#C5BE77

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

Shades of Pine Glade #C5BE77

Tints of Pine Glade #C5BE77

Color information

#C5BE77 (or 0xC5BE77) is unknown color: approx Pine Glade. HEX triplet: C5, BE and 77. RGB value is (197,190,119). Sum of RGB (Red+Green+Blue) = 197+190+119=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE77 is #3A4188. Grayscale: #B8B8B8. Windows color (decimal): -3817865 or 7847621. OLE color: 7847621.

HSL color Cylindrical-coordinate representation of color #C5BE77: hue angle of 54.62º 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 #C5BE77 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197190119-
CMYK00.040.400.23
HSL54.62º40.21%61.96%-
HSV(B)54.62º39.59%77.25%-
XYZ44.7750.0324.75-
YUV18491.32137.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=38.93%
G=37.55%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719011900.040.400.2354.6240.2161.96
HexC5BE7704281737283e
Octal305276167045027675076
Binary11000101101111101110111010010100010111110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE77; }

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

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

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

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

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

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

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

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