Html Css Color HEX #80A251 Chelsea Cucumber

📋 copy color: '#80A251'

red 128 ◦ green 162 ◦ blue 81

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

Shades of Chelsea Cucumber #80A251

Tints of Chelsea Cucumber #80A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 34.5%
G = 43.67%
B = 21.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#80A251 (or 0x80A251) is known color: Chelsea Cucumber. HEX triplet: 80, A2 and 51. RGB value is (128,162,81). Sum of RGB (Red+Green+Blue) = 128+162+81=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #80A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A251 is #7F5DAE. Grayscale: #8E8E8E. Windows color (decimal): -8347055 or 5350016. OLE color: 5350016.

HSL color Cylindrical-coordinate representation of color #80A251: hue angle of 85.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80A251 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 81 -
CMYK 0.21 0 0.50 0.36
HSL 85.19º 0.33% 0.48% -
HSV(B) 85.19º 0.5% 0.64% -
XYZ 23.31 31.02 12.54 -
YUV 142.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 128 162 81 0.21 0 0.50 0.36 85.19 0.33 0.48
Hex 80 A2 51 15 0 32 24 55 21 30
Octal 200 242 121 25 0 62 44 125 41 60
Binary 10000000 10100010 1010001 10101 0 110010 100100 1010101 100001 110000

Color Harmonies of #80A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A251

Black with #80A251

Text Example


Text Example

White with #80A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A251; }

 p { color: rgb(128,162,81); }

 H1.HeaderClassName
 {
   color: #80A251;
 }
 .AnyTagClassName
 {
   color: #80A251;
 }
</style>

background-color css

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

 a { background-color: rgb(128,162,81); }

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

border-color css

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

 span { border-color: rgb(128,162,81); }

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