Html Css Color HEX #80B34B Chelsea Cucumber

📋 copy color: '#80B34B'

red 128 ◦ green 179 ◦ blue 75

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

Shades of Chelsea Cucumber #80B34B

Tints of Chelsea Cucumber #80B34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.86%

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

R = 33.51%
G = 46.86%
B = 19.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#80B34B (or 0x80B34B) is known color: Chelsea Cucumber. HEX triplet: 80, B3 and 4B. RGB value is (128,179,75). Sum of RGB (Red+Green+Blue) = 128+179+75=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #80B34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B34B is #7F4CB4. Grayscale: #989898. Windows color (decimal): -8342709 or 4961152. OLE color: 4961152.

HSL color Cylindrical-coordinate representation of color #80B34B: hue angle of 89.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B34B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 75 -
CMYK 0.28 0 0.58 0.30
HSL 89.42º 0.41% 0.5% -
HSV(B) 89.42º 0.58% 0.7% -
XYZ 26.29 37.34 12.48 -
YUV 151.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 128 179 75 0.28 0 0.58 0.30 89.42 0.41 0.5
Hex 80 B3 4B 1C 0 3A 1E 59 29 32
Octal 200 263 113 34 0 72 36 131 51 62
Binary 10000000 10110011 1001011 11100 0 111010 11110 1011001 101001 110010

Color Harmonies of #80B34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B34B

Black with #80B34B

Text Example


Text Example

White with #80B34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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