#BCCF76

Color #BCCF76 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BCCF76

Tints of Pine Glade #BCCF76

Color information

#BCCF76 (or 0xBCCF76) is unknown color: approx Pine Glade. HEX triplet: BC, CF and 76. RGB value is (188,207,118). Sum of RGB (Red+Green+Blue) = 188+207+118=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF76 is #433089. Grayscale: #BFBFBF. Windows color (decimal): -4403338 or 7786428. OLE color: 7786428.

HSL color Cylindrical-coordinate representation of color #BCCF76: hue angle of 72.81º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCCF76 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB188207118-
CMYK0.0900.430.19
HSL72.81º48.11%63.73%-
HSV(B)72.81º43%81.18%-
XYZ46.3256.6325.63-
YUV191.1786.71125.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 118 (46.48% from 255) = 23.00%
R=36.65%
G=40.35%
B=23.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071180.0900.430.1972.8148.1163.73
HexBCCF76902B13493040
Octal274317166110532311160100
Binary10111100110011111110110100101010111001110010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF76; }

 p { color: rgb(188,207,118); }

 H1.HeaderClassName
 {
   color: #BCCF76;
 }
 .AnyTagClassName
 {
   color: #BCCF76;
 }
</style>
background-color css

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

 a { background-color: rgb(188,207,118); }

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

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

 span { border-color: rgb(188,207,118); }

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