#C4BF76

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

Shades of Pine Glade #C4BF76

Tints of Pine Glade #C4BF76

Color information

#C4BF76 (or 0xC4BF76) is unknown color: approx Pine Glade. HEX triplet: C4, BF and 76. RGB value is (196,191,118). Sum of RGB (Red+Green+Blue) = 196+191+118=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF76 is #3B4089. Grayscale: #B8B8B8. Windows color (decimal): -3883146 or 7782340. OLE color: 7782340.

HSL color Cylindrical-coordinate representation of color #C4BF76: hue angle of 56.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BF76 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196191118-
CMYK00.030.400.23
HSL56.15º39.8%61.57%-
HSV(B)56.15º39.8%76.86%-
XYZ44.6750.3124.5-
YUV184.1790.66136.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=38.81%
G=37.82%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619111800.030.400.2356.1539.861.57
HexC4BF7603281738283e
Octal304277166035027705076
Binary1100010010111111111011001110100010111111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF76; }

 p { color: rgb(196,191,118); }

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

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

 a { background-color: rgb(196,191,118); }

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

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

 span { border-color: rgb(196,191,118); }

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