#c3c479

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

Shades of Pine Glade #C3C479

Tints of Pine Glade #C3C479

Color information

#C3C479 (or 0xC3C479) is unknown color: approx Pine Glade. HEX triplet: C3, C4 and 79. RGB value is (195,196,121). Sum of RGB (Red+Green+Blue) = 195+196+121=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C479 is #3C3B86. Grayscale: #BBBBBB. Windows color (decimal): -3947399 or 7980227. OLE color: 7980227.

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

Color convert

RGB195196121-
CMYK0.0100.380.23
HSL60.8º38.86%62.16%-
HSV(B)60.8º38.27%76.86%-
XYZ45.752.4625.81-
YUV187.1590.67133.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 196 (76.95% from 255) = 38.28%
BLUE value IS 121 (47.66% from 255) = 23.63%
R=38.09%
G=38.28%
B=23.63%

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
Decimal1951961210.0100.380.2360.838.8662.16
HexC3C4791026173d273e
Octal303304171104627754776
Binary110000111100010011110011010011010111111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c479; }

 p { color: rgb(195,196,121); }

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

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

 a { background-color: rgb(195,196,121); }

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

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

 span { border-color: rgb(195,196,121); }

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