#C3C482

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

Shades of Pine Glade #C3C482

Tints of Pine Glade #C3C482

Color information

#C3C482 (or 0xC3C482) is unknown color: approx Pine Glade. HEX triplet: C3, C4 and 82. RGB value is (195,196,130). Sum of RGB (Red+Green+Blue) = 195+196+130=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C482 is #3C3B7D. Grayscale: #BCBCBC. Windows color (decimal): -3947390 or 8570051. OLE color: 8570051.

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

Color convert

RGB195196130-
CMYK0.0100.340.23
HSL60.91º35.87%63.92%-
HSV(B)60.91º33.67%76.86%-
XYZ46.2752.6928.85-
YUV188.1895.17132.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=37.43%
G=37.62%
B=24.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961300.0100.340.2360.9135.8763.92
HexC3C4821022173d2440
Octal3033042021042277544100
Binary11000011110001001000001010100010101111111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C482; }

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

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

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

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

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

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

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

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