Html Css Color HEX #809F50 Chelsea Cucumber

📋 copy color: '#809F50'

red 128 ◦ green 159 ◦ blue 80

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

Shades of Chelsea Cucumber #809F50

Tints of Chelsea Cucumber #809F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.32%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 34.88%
G = 43.32%
B = 21.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#809F50 (or 0x809F50) is known color: Chelsea Cucumber. HEX triplet: 80, 9F and 50. RGB value is (128,159,80). Sum of RGB (Red+Green+Blue) = 128+159+80=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 159 - color contains mainly: green. Hex color #809F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809F50 is #7F60AF. Grayscale: #8D8D8D. Windows color (decimal): -8347824 or 5283712. OLE color: 5283712.

HSL color Cylindrical-coordinate representation of color #809F50: hue angle of 83.54º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809F50 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 159 80 -
CMYK 0.19 0 0.50 0.38
HSL 83.54º 0.33% 0.47% -
HSV(B) 83.54º 0.5% 0.62% -
XYZ 22.75 29.96 12.17 -
YUV 140.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 128 159 80 0.19 0 0.50 0.38 83.54 0.33 0.47
Hex 80 9F 50 13 0 32 26 54 21 2F
Octal 200 237 120 23 0 62 46 124 41 57
Binary 10000000 10011111 1010000 10011 0 110010 100110 1010100 100001 101111

Color Harmonies of #809F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F50

Black with #809F50

Text Example


Text Example

White with #809F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,159,80); }

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

background-color css

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

 a { background-color: rgb(128,159,80); }

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

border-color css

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

 span { border-color: rgb(128,159,80); }

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