#C3C57A

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

Shades of Pine Glade #C3C57A

Tints of Pine Glade #C3C57A

Color information

#C3C57A (or 0xC3C57A) is unknown color: approx Pine Glade. HEX triplet: C3, C5 and 7A. RGB value is (195,197,122). Sum of RGB (Red+Green+Blue) = 195+197+122=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C57A is #3C3A85. Grayscale: #BCBCBC. Windows color (decimal): -3947142 or 8046019. OLE color: 8046019.

HSL color Cylindrical-coordinate representation of color #C3C57A: hue angle of 61.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 #C3C57A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB195197122-
CMYK0.0100.380.23
HSL61.6º39.27%62.55%-
HSV(B)61.6º38.07%77.25%-
XYZ45.9852.9426.21-
YUV187.8590.84133.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 23.74%
R=37.94%
G=38.33%
B=23.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951971220.0100.380.2361.639.2762.55
HexC3C57A1026173e273f
Octal303305172104627764777
Binary110000111100010111110101010011010111111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C57A; }

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

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

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

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

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

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

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

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