#BCCA74

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

Shades of Pine Glade #BCCA74

Tints of Pine Glade #BCCA74

Color information

#BCCA74 (or 0xBCCA74) is unknown color: approx Pine Glade. HEX triplet: BC, CA and 74. RGB value is (188,202,116). Sum of RGB (Red+Green+Blue) = 188+202+116=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA74 is #43358B. Grayscale: #BCBCBC. Windows color (decimal): -4404620 or 7654076. OLE color: 7654076.

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

Color convert

RGB188202116-
CMYK0.0700.430.21
HSL69.77º44.79%62.35%-
HSV(B)69.77º42.57%79.22%-
XYZ45.0154.1924.61-
YUV188.0187.36127.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=37.15%
G=39.92%
B=22.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021160.0700.430.2169.7744.7962.35
HexBCCA74702B15462d3e
Octal2743121647053251065576
Binary101111001100101011101001110101011101011000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA74; }

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

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

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

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

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

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

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

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