#C5C27A

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

Shades of Pine Glade #C5C27A

Tints of Pine Glade #C5C27A

Color information

#C5C27A (or 0xC5C27A) is unknown color: approx Pine Glade. HEX triplet: C5, C2 and 7A. RGB value is (197,194,122). Sum of RGB (Red+Green+Blue) = 197+194+122=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C27A is #3A3D85. Grayscale: #BABABA. Windows color (decimal): -3816838 or 8045253. OLE color: 8045253.

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

Color convert

RGB197194122-
CMYK00.020.380.23
HSL57.6º39.27%62.55%-
HSV(B)57.6º38.07%77.25%-
XYZ45.8351.8626.01-
YUV186.6991.49135.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=38.40%
G=37.82%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719412200.020.380.2357.639.2762.55
HexC5C27A0226173a273f
Octal305302172024627724777
Binary1100010111000010111101001010011010111111010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C27A; }

 p { color: rgb(197,194,122); }

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

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

 a { background-color: rgb(197,194,122); }

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

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

 span { border-color: rgb(197,194,122); }

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