#BCCA7C

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

Shades of Pine Glade #BCCA7C

Tints of Pine Glade #BCCA7C

Color information

#BCCA7C (or 0xBCCA7C) is unknown color: approx Pine Glade. HEX triplet: BC, CA and 7C. RGB value is (188,202,124). Sum of RGB (Red+Green+Blue) = 188+202+124=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA7C is #433583. Grayscale: #BDBDBD. Windows color (decimal): -4404612 or 8178364. OLE color: 8178364.

HSL color Cylindrical-coordinate representation of color #BCCA7C: hue angle of 70.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCCA7C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB188202124-
CMYK0.0700.390.21
HSL70.77º42.39%63.92%-
HSV(B)70.77º38.61%79.22%-
XYZ45.554.3927.17-
YUV188.9291.36127.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=36.58%
G=39.30%
B=24.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021240.0700.390.2170.7742.3963.92
HexBCCA7C702715472a40
Octal27431217470472510752100
Binary1011110011001010111110011101001111010110001111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA7C; }

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

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

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

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

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

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

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

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