Html Css Color HEX #BCE866 Conifer

📋 copy color: '#BCE866'

red 188 ◦ green 232 ◦ blue 102

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

Shades of Conifer #BCE866

Tints of Conifer #BCE866

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.44%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 36.02%
G = 44.44%
B = 19.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#BCE866 (or 0xBCE866) is known color: Conifer. HEX triplet: BC, E8 and 66. RGB value is (188,232,102). Sum of RGB (Red+Green+Blue) = 188+232+102=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE866 is #431799. Grayscale: #CCCCCC. Windows color (decimal): -4396954 or 6744252. OLE color: 6744252.

HSL color Cylindrical-coordinate representation of color #BCE866: hue angle of 80.31º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE866 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 102 -
CMYK 0.19 0 0.56 0.09
HSL 80.31º 0.74% 0.65% -
HSV(B) 80.31º 0.56% 0.91% -
XYZ 51.99 69.36 23.22 -
YUV 204.02 70.42 116.57 -
System Red Green Blue C M Y K H S L
Decimal 188 232 102 0.19 0 0.56 0.09 80.31 0.74 0.65
Hex BC E8 66 13 0 38 9 50 4A 41
Octal 274 350 146 23 0 70 11 120 112 101
Binary 10111100 11101000 1100110 10011 0 111000 1001 1010000 1001010 1000001

Color Harmonies of #BCE866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE866

Black with #BCE866

Text Example


Text Example

White with #BCE866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE866; }

 p { color: rgb(188,232,102); }

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

background-color css

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

 a { background-color: rgb(188,232,102); }

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

border-color css

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

 span { border-color: rgb(188,232,102); }

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