Html Css Color HEX #80B326 Lima

📋 copy color: '#80B326'

red 128 ◦ green 179 ◦ blue 38

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

Shades of Lima #80B326

Tints of Lima #80B326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 37.1%
G = 51.88%
B = 11.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#80B326 (or 0x80B326) is known color: Lima. HEX triplet: 80, B3 and 26. RGB value is (128,179,38). Sum of RGB (Red+Green+Blue) = 128+179+38=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #80B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B326 is #7F4CD9. Grayscale: #949494. Windows color (decimal): -8342746 or 2536320. OLE color: 2536320.

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

Color convert

RGB 128 179 38 -
CMYK 0.28 0 0.79 0.30
HSL 81.7º 0.65% 0.43% -
HSV(B) 81.7º 0.79% 0.7% -
XYZ 25.37 36.97 7.63 -
YUV 147.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 128 179 38 0.28 0 0.79 0.30 81.7 0.65 0.43
Hex 80 B3 26 1C 0 4F 1E 52 41 2B
Octal 200 263 46 34 0 117 36 122 101 53
Binary 10000000 10110011 100110 11100 0 1001111 11110 1010010 1000001 101011

Color Harmonies of #80B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B326

Black with #80B326

Text Example


Text Example

White with #80B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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