#C3C481

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

Shades of Pine Glade #C3C481

Tints of Pine Glade #C3C481

Color information

#C3C481 (or 0xC3C481) is unknown color: approx Pine Glade. HEX triplet: C3, C4 and 81. RGB value is (195,196,129). Sum of RGB (Red+Green+Blue) = 195+196+129=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C481 is #3C3B7E. Grayscale: #BCBCBC. Windows color (decimal): -3947391 or 8504515. OLE color: 8504515.

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

Color convert

RGB195196129-
CMYK0.0100.340.23
HSL60.9º36.22%63.73%-
HSV(B)60.9º34.18%76.86%-
XYZ46.2152.6728.5-
YUV188.0694.67132.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=37.5%
G=37.69%
B=24.81%

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
Decimal1951961290.0100.340.2360.936.2263.73
HexC3C4811022173d2440
Octal3033042011042277544100
Binary11000011110001001000000110100010101111111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C481; }

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

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

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

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

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

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

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

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