Html Css Color HEX #BCEE5E Conifer

📋 copy color: '#BCEE5E'

red 188 ◦ green 238 ◦ blue 94

#BCEE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BCEE5E

Tints of Conifer #BCEE5E

RGB

 RED value IS 188 (73.83% from 255) = 36.15%

 GREEN value IS 238 (93.36% from 255) = 45.77%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 36.15%
G = 45.77%
B = 18.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCEE5E (or 0xBCEE5E) is known color: Conifer. HEX triplet: BC, EE and 5E. RGB value is (188,238,94). Sum of RGB (Red+Green+Blue) = 188+238+94=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE5E is #4311A1. Grayscale: #CFCFCF. Windows color (decimal): -4395426 or 6221500. OLE color: 6221500.

HSL color Cylindrical-coordinate representation of color #BCEE5E: hue angle of 80.83º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCEE5E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 94 -
CMYK 0.21 0 0.61 0.07
HSL 80.83º 0.81% 0.65% -
HSV(B) 80.83º 0.61% 0.93% -
XYZ 53.33 72.65 21.8 -
YUV 206.63 64.44 114.71 -
System Red Green Blue C M Y K H S L
Decimal 188 238 94 0.21 0 0.61 0.07 80.83 0.81 0.65
Hex BC EE 5E 15 0 3D 7 51 51 41
Octal 274 356 136 25 0 75 7 121 121 101
Binary 10111100 11101110 1011110 10101 0 111101 111 1010001 1010001 1000001

Color Harmonies of #BCEE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE5E

Black with #BCEE5E

Text Example


Text Example

White with #BCEE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE5E; }

 p { color: rgb(188,238,94); }

 H1.HeaderClassName
 {
   color: #BCEE5E;
 }
 .AnyTagClassName
 {
   color: #BCEE5E;
 }
</style>

background-color css

<style>
 a { background-color: #BCEE5E; }

 a { background-color: rgb(188,238,94); }

 div.DivClassName
 {
   background-color: #BCEE5E;
 }
 .BgClassName
 {
   background-color: #BCEE5E;
 }
</style>

border-color css

<style>
 span { border-color: #BCEE5E; }

 span { border-color: rgb(188,238,94); }

 td.TdClassName
 {
   border-color: #BCEE5E;
 }
 .TagClassName
 {
   border-color: #BCEE5E;
 }
</style>