#BCCA79

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

Shades of Pine Glade #BCCA79

Tints of Pine Glade #BCCA79

Color information

#BCCA79 (or 0xBCCA79) is unknown color: approx Pine Glade. HEX triplet: BC, CA and 79. RGB value is (188,202,121). Sum of RGB (Red+Green+Blue) = 188+202+121=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA79 is #433586. Grayscale: #BCBCBC. Windows color (decimal): -4404615 or 7981756. OLE color: 7981756.

HSL color Cylindrical-coordinate representation of color #BCCA79: hue angle of 70.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCA79 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB188202121-
CMYK0.0700.400.21
HSL70.37º43.32%63.33%-
HSV(B)70.37º40.1%79.22%-
XYZ45.3154.3126.18-
YUV188.5889.86127.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=36.79%
G=39.53%
B=23.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021210.0700.400.2170.3743.3263.33
HexBCCA79702815462b3f
Octal2743121717050251065377
Binary101111001100101011110011110101000101011000110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA79; }

 p { color: rgb(188,202,121); }

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

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

 a { background-color: rgb(188,202,121); }

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

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

 span { border-color: rgb(188,202,121); }

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