Html Css Color HEX #80994C Chelsea Cucumber

📋 copy color: '#80994C'

red 128 ◦ green 153 ◦ blue 76

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

Shades of Chelsea Cucumber #80994C

Tints of Chelsea Cucumber #80994C

RGB

 RED value IS 128 (50.39% from 255) = 35.85%

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 35.85%
G = 42.86%
B = 21.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#80994C (or 0x80994C) is known color: Chelsea Cucumber. HEX triplet: 80, 99 and 4C. RGB value is (128,153,76). Sum of RGB (Red+Green+Blue) = 128+153+76=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #80994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80994C is #7F66B3. Grayscale: #898989. Windows color (decimal): -8349364 or 5020032. OLE color: 5020032.

HSL color Cylindrical-coordinate representation of color #80994C: hue angle of 79.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80994C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 76 -
CMYK 0.16 0 0.50 0.4
HSL 79.48º 0.34% 0.45% -
HSV(B) 79.48º 0.5% 0.6% -
XYZ 21.6 27.89 11.08 -
YUV 136.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 128 153 76 0.16 0 0.50 0.4 79.48 0.34 0.45
Hex 80 99 4C 10 0 32 28 4F 22 2D
Octal 200 231 114 20 0 62 50 117 42 55
Binary 10000000 10011001 1001100 10000 0 110010 101000 1001111 100010 101101

Color Harmonies of #80994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80994C

Black with #80994C

Text Example


Text Example

White with #80994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80994C; }

 p { color: rgb(128,153,76); }

 H1.HeaderClassName
 {
   color: #80994C;
 }
 .AnyTagClassName
 {
   color: #80994C;
 }
</style>

background-color css

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

 a { background-color: rgb(128,153,76); }

 div.DivClassName
 {
   background-color: #80994C;
 }
 .BgClassName
 {
   background-color: #80994C;
 }
</style>

border-color css

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

 span { border-color: rgb(128,153,76); }

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