#C0C18B

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

Shades of Pine Glade #C0C18B

Tints of Pine Glade #C0C18B

Color information

#C0C18B (or 0xC0C18B) is unknown color: approx Pine Glade. HEX triplet: C0, C1 and 8B. RGB value is (192,193,139). Sum of RGB (Red+Green+Blue) = 192+193+139=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C18B is #3F3E74. Grayscale: #BABABA. Windows color (decimal): -4144757 or 9159104. OLE color: 9159104.

HSL color Cylindrical-coordinate representation of color #C0C18B: hue angle of 61.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0C18B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB192193139-
CMYK0.0100.280.24
HSL61.11º30.34%65.1%-
HSV(B)61.11º27.98%75.69%-
XYZ45.4751.2131.91-
YUV186.54101.17131.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=36.64%
G=36.83%
B=26.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931390.0100.280.2461.1130.3465.1
HexC0C18B101C183d1e41
Octal3003012131034307536101
Binary110000001100000110001011101110011000111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C18B; }

 p { color: rgb(192,193,139); }

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

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

 a { background-color: rgb(192,193,139); }

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

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

 span { border-color: rgb(192,193,139); }

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