Html Css Color HEX #80B922 Lima

📋 copy color: '#80B922'

red 128 ◦ green 185 ◦ blue 34

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

Shades of Lima #80B922

Tints of Lima #80B922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.31%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 36.89%
G = 53.31%
B = 9.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#80B922 (or 0x80B922) is known color: Lima. HEX triplet: 80, B9 and 22. RGB value is (128,185,34). Sum of RGB (Red+Green+Blue) = 128+185+34=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #80B922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B922 is #7F46DD. Grayscale: #979797. Windows color (decimal): -8341214 or 2275712. OLE color: 2275712.

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

Color convert

RGB 128 185 34 -
CMYK 0.31 0 0.82 0.27
HSL 82.65º 0.69% 0.43% -
HSV(B) 82.65º 0.82% 0.73% -
XYZ 26.54 39.4 7.72 -
YUV 150.74 62.12 111.78 -
System Red Green Blue C M Y K H S L
Decimal 128 185 34 0.31 0 0.82 0.27 82.65 0.69 0.43
Hex 80 B9 22 1F 0 52 1B 53 45 2B
Octal 200 271 42 37 0 122 33 123 105 53
Binary 10000000 10111001 100010 11111 0 1010010 11011 1010011 1000101 101011

Color Harmonies of #80B922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B922

Black with #80B922

Text Example


Text Example

White with #80B922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,34); }

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

background-color css

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

 a { background-color: rgb(128,185,34); }

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

border-color css

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

 span { border-color: rgb(128,185,34); }

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