#C4BE77

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

Shades of Pine Glade #C4BE77

Tints of Pine Glade #C4BE77

Color information

#C4BE77 (or 0xC4BE77) is unknown color: approx Pine Glade. HEX triplet: C4, BE and 77. RGB value is (196,190,119). Sum of RGB (Red+Green+Blue) = 196+190+119=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE77 is #3B4188. Grayscale: #B7B7B7. Windows color (decimal): -3883401 or 7847620. OLE color: 7847620.

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

Color convert

RGB196190119-
CMYK00.030.390.23
HSL55.32º39.49%61.76%-
HSV(B)55.32º39.29%76.86%-
XYZ44.5149.8924.74-
YUV183.791.49136.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=38.81%
G=37.62%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619011900.030.390.2355.3239.4961.76
HexC4BE7703271737273e
Octal304276167034727674776
Binary1100010010111110111011101110011110111110111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE77; }

 p { color: rgb(196,190,119); }

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

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

 a { background-color: rgb(196,190,119); }

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

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

 span { border-color: rgb(196,190,119); }

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