Html Css Color HEX #809A4D Chelsea Cucumber

📋 copy color: '#809A4D'

red 128 ◦ green 154 ◦ blue 77

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

Shades of Chelsea Cucumber #809A4D

Tints of Chelsea Cucumber #809A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 35.65%
G = 42.9%
B = 21.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#809A4D (or 0x809A4D) is known color: Chelsea Cucumber. HEX triplet: 80, 9A and 4D. RGB value is (128,154,77). Sum of RGB (Red+Green+Blue) = 128+154+77=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #809A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A4D is #7F65B2. Grayscale: #898989. Windows color (decimal): -8349107 or 5085824. OLE color: 5085824.

HSL color Cylindrical-coordinate representation of color #809A4D: hue angle of 80.26º degrees, saturation: 0.33, 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 #809A4D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 77 -
CMYK 0.17 0 0.50 0.40
HSL 80.26º 0.33% 0.45% -
HSV(B) 80.26º 0.5% 0.6% -
XYZ 21.8 28.24 11.32 -
YUV 137.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 128 154 77 0.17 0 0.50 0.40 80.26 0.33 0.45
Hex 80 9A 4D 11 0 32 28 50 21 2D
Octal 200 232 115 21 0 62 50 120 41 55
Binary 10000000 10011010 1001101 10001 0 110010 101000 1010000 100001 101101

Color Harmonies of #809A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A4D

Black with #809A4D

Text Example


Text Example

White with #809A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A4D; }

 p { color: rgb(128,154,77); }

 H1.HeaderClassName
 {
   color: #809A4D;
 }
 .AnyTagClassName
 {
   color: #809A4D;
 }
</style>

background-color css

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

 a { background-color: rgb(128,154,77); }

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

border-color css

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

 span { border-color: rgb(128,154,77); }

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