#C0CC84

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

Shades of Deco #C0CC84

Tints of Deco #C0CC84

Color information

#C0CC84 (or 0xC0CC84) is unknown color: approx Deco. HEX triplet: C0, CC and 84. RGB value is (192,204,132). Sum of RGB (Red+Green+Blue) = 192+204+132=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC84 is #3F337B. Grayscale: #C0C0C0. Windows color (decimal): -4141948 or 8703168. OLE color: 8703168.

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

Color convert

RGB192204132-
CMYK0.0600.350.2
HSL70º41.38%65.88%-
HSV(B)70º35.29%80%-
XYZ47.556.0630.15-
YUV192.294.02127.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 132 (51.95% from 255) = 25%
R=36.36%
G=38.64%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041320.0600.350.27041.3865.88
HexC0CC84602314462942
Octal30031420460432410651102
Binary11000000110011001000010011001000111010010001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC84; }

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

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

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

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

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

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

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

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