#C4C381

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

Shades of Pine Glade #C4C381

Tints of Pine Glade #C4C381

Color information

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

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

Color convert

RGB196195129-
CMYK00.010.340.23
HSL59.1º36.22%63.73%-
HSV(B)59.1º34.18%76.86%-
XYZ46.2452.3528.44-
YUV187.7794.83133.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619512900.010.340.2359.136.2263.73
HexC4C3810122173b2440
Octal3043032010142277344100
Binary11000100110000111000000101100010101111110111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C381; }

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

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

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

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

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

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

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

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