Html Css Color HEX #BCE766 Conifer

📋 copy color: '#BCE766'

red 188 ◦ green 231 ◦ blue 102

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

Shades of Conifer #BCE766

Tints of Conifer #BCE766

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

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

R = 36.08%
G = 44.34%
B = 19.58%

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

#BCE766 (or 0xBCE766) is known color: Conifer. HEX triplet: BC, E7 and 66. RGB value is (188,231,102). Sum of RGB (Red+Green+Blue) = 188+231+102=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE766 is #431899. Grayscale: #CBCBCB. Windows color (decimal): -4397210 or 6743996. OLE color: 6743996.

HSL color Cylindrical-coordinate representation of color #BCE766: hue angle of 80º degrees, saturation: 0.73, 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 #BCE766 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 102 -
CMYK 0.19 0 0.56 0.09
HSL 80º 0.73% 0.65% -
HSV(B) 80º 0.56% 0.91% -
XYZ 51.71 68.8 23.13 -
YUV 203.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 188 231 102 0.19 0 0.56 0.09 80 0.73 0.65
Hex BC E7 66 13 0 38 9 50 49 41
Octal 274 347 146 23 0 70 11 120 111 101
Binary 10111100 11100111 1100110 10011 0 111000 1001 1010000 1001001 1000001

Color Harmonies of #BCE766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE766

Black with #BCE766

Text Example


Text Example

White with #BCE766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE766; }

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

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

background-color css

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

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

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

border-color css

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

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

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