#C0CC8A

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

Shades of Deco #C0CC8A

Tints of Deco #C0CC8A

Color information

#C0CC8A (or 0xC0CC8A) is unknown color: approx Deco. HEX triplet: C0, CC and 8A. RGB value is (192,204,138). Sum of RGB (Red+Green+Blue) = 192+204+138=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC8A is #3F3375. Grayscale: #C1C1C1. Windows color (decimal): -4141942 or 9096384. OLE color: 9096384.

HSL color Cylindrical-coordinate representation of color #C0CC8A: hue angle of 70.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0CC8A is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB192204138-
CMYK0.0600.320.2
HSL70.91º39.29%67.06%-
HSV(B)70.91º32.35%80%-
XYZ47.9256.2332.37-
YUV192.8997.02127.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=35.96%
G=38.20%
B=25.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041380.0600.320.270.9139.2967.06
HexC0CC8A602014472743
Octal30031421260402410747103
Binary11000000110011001000101011001000001010010001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC8A; }

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

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

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

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

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

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

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

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