Html Css Color HEX #80A44B Chelsea Cucumber

📋 copy color: '#80A44B'

red 128 ◦ green 164 ◦ blue 75

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

Shades of Chelsea Cucumber #80A44B

Tints of Chelsea Cucumber #80A44B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 34.88%
G = 44.69%
B = 20.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#80A44B (or 0x80A44B) is known color: Chelsea Cucumber. HEX triplet: 80, A4 and 4B. RGB value is (128,164,75). Sum of RGB (Red+Green+Blue) = 128+164+75=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #80A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A44B is #7F5BB4. Grayscale: #8F8F8F. Windows color (decimal): -8346549 or 4957312. OLE color: 4957312.

HSL color Cylindrical-coordinate representation of color #80A44B: hue angle of 84.27º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80A44B is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 75 -
CMYK 0.22 0 0.54 0.36
HSL 84.27º 0.37% 0.47% -
HSV(B) 84.27º 0.54% 0.64% -
XYZ 23.45 31.65 11.53 -
YUV 143.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 128 164 75 0.22 0 0.54 0.36 84.27 0.37 0.47
Hex 80 A4 4B 16 0 36 24 54 25 2F
Octal 200 244 113 26 0 66 44 124 45 57
Binary 10000000 10100100 1001011 10110 0 110110 100100 1010100 100101 101111

Color Harmonies of #80A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A44B

Black with #80A44B

Text Example


Text Example

White with #80A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,75); }

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

background-color css

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

 a { background-color: rgb(128,164,75); }

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

border-color css

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

 span { border-color: rgb(128,164,75); }

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