#C0C48A

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

Shades of Pine Glade #C0C48A

Tints of Pine Glade #C0C48A

Color information

#C0C48A (or 0xC0C48A) is unknown color: approx Pine Glade. HEX triplet: C0, C4 and 8A. RGB value is (192,196,138). Sum of RGB (Red+Green+Blue) = 192+196+138=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C48A is #3F3B75. Grayscale: #BCBCBC. Windows color (decimal): -4143990 or 9094336. OLE color: 9094336.

HSL color Cylindrical-coordinate representation of color #C0C48A: hue angle of 64.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0C48A is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB192196138-
CMYK0.0200.300.23
HSL64.14º32.95%65.49%-
HSV(B)64.14º29.59%76.86%-
XYZ46.0752.5231.75-
YUV188.1999.67130.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=36.50%
G=37.26%
B=26.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961380.0200.300.2364.1432.9565.49
HexC0C48A201E17402141
Octal30030421220362710041101
Binary110000001100010010001010100111101011110000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C48A; }

 p { color: rgb(192,196,138); }

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

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

 a { background-color: rgb(192,196,138); }

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

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

 span { border-color: rgb(192,196,138); }

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