Html Css Color HEX #80A548 Chelsea Cucumber

📋 copy color: '#80A548'

red 128 ◦ green 165 ◦ blue 72

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

Shades of Chelsea Cucumber #80A548

Tints of Chelsea Cucumber #80A548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 35.07%
G = 45.21%
B = 19.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#80A548 (or 0x80A548) is known color: Chelsea Cucumber. HEX triplet: 80, A5 and 48. RGB value is (128,165,72). Sum of RGB (Red+Green+Blue) = 128+165+72=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #80A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A548 is #7F5AB7. Grayscale: #8F8F8F. Windows color (decimal): -8346296 or 4760960. OLE color: 4760960.

HSL color Cylindrical-coordinate representation of color #80A548: hue angle of 83.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80A548 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 72 -
CMYK 0.22 0 0.56 0.35
HSL 83.87º 0.39% 0.46% -
HSV(B) 83.87º 0.56% 0.65% -
XYZ 23.53 31.97 11.06 -
YUV 143.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 128 165 72 0.22 0 0.56 0.35 83.87 0.39 0.46
Hex 80 A5 48 16 0 38 23 54 27 2E
Octal 200 245 110 26 0 70 43 124 47 56
Binary 10000000 10100101 1001000 10110 0 111000 100011 1010100 100111 101110

Color Harmonies of #80A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A548

Black with #80A548

Text Example


Text Example

White with #80A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,72); }

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

background-color css

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

 a { background-color: rgb(128,165,72); }

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

border-color css

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

 span { border-color: rgb(128,165,72); }

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