Html Css Color HEX #80B053 Chelsea Cucumber

📋 copy color: '#80B053'

red 128 ◦ green 176 ◦ blue 83

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

Shades of Chelsea Cucumber #80B053

Tints of Chelsea Cucumber #80B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 33.07%
G = 45.48%
B = 21.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#80B053 (or 0x80B053) is known color: Chelsea Cucumber. HEX triplet: 80, B0 and 53. RGB value is (128,176,83). Sum of RGB (Red+Green+Blue) = 128+176+83=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #80B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B053 is #7F4FAC. Grayscale: #979797. Windows color (decimal): -8343469 or 5484672. OLE color: 5484672.

HSL color Cylindrical-coordinate representation of color #80B053: hue angle of 90.97º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80B053 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 83 -
CMYK 0.27 0 0.53 0.31
HSL 90.97º 0.37% 0.51% -
HSV(B) 90.97º 0.53% 0.69% -
XYZ 25.99 36.26 13.81 -
YUV 151.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 128 176 83 0.27 0 0.53 0.31 90.97 0.37 0.51
Hex 80 B0 53 1B 0 35 1F 5B 25 33
Octal 200 260 123 33 0 65 37 133 45 63
Binary 10000000 10110000 1010011 11011 0 110101 11111 1011011 100101 110011

Color Harmonies of #80B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B053

Black with #80B053

Text Example


Text Example

White with #80B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,83); }

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

background-color css

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

 a { background-color: rgb(128,176,83); }

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

border-color css

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

 span { border-color: rgb(128,176,83); }

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