Html Css Color HEX #C0CC84 Deco

📋 copy color: '#C0CC84'

red 192 ◦ green 204 ◦ blue 132

#C0CC84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #C0CC84

Tints of Deco #C0CC84

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 value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#C0CC84 (or 0xC0CC84) is known color: 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

RGB 192 204 132 -
CMYK 0.06 0 0.35 0.2
HSL 70º 0.41% 0.66% -
HSV(B) 70º 0.35% 0.8% -
XYZ 47.5 56.06 30.15 -
YUV 192.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 192 204 132 0.06 0 0.35 0.2 70 0.41 0.66
Hex C0 CC 84 6 0 23 14 46 29 42
Octal 300 314 204 6 0 43 24 106 51 102
Binary 11000000 11001100 10000100 110 0 100011 10100 1000110 101001 1000010

Color Harmonies of #C0CC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC84

Black with #C0CC84

Text Example


Text Example

White with #C0CC84

Text Example


Text Example

HTML Codes & Css Web 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>