Html Css Color HEX #80B012 Lima

📋 copy color: '#80B012'

red 128 ◦ green 176 ◦ blue 18

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

Shades of Lima #80B012

Tints of Lima #80B012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 39.75%
G = 54.66%
B = 5.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#80B012 (or 0x80B012) is known color: Lima. HEX triplet: 80, B0 and 12. RGB value is (128,176,18). Sum of RGB (Red+Green+Blue) = 128+176+18=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #80B012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B012 is #7F4FED. Grayscale: #909090. Windows color (decimal): -8343534 or 1224832. OLE color: 1224832.

HSL color Cylindrical-coordinate representation of color #80B012: hue angle of 78.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B012 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 18 -
CMYK 0.27 0 0.90 0.31
HSL 78.23º 0.81% 0.38% -
HSV(B) 78.23º 0.9% 0.69% -
XYZ 24.54 35.68 6.17 -
YUV 143.64 57.1 116.85 -
System Red Green Blue C M Y K H S L
Decimal 128 176 18 0.27 0 0.90 0.31 78.23 0.81 0.38
Hex 80 B0 12 1B 0 5A 1F 4E 51 26
Octal 200 260 22 33 0 132 37 116 121 46
Binary 10000000 10110000 10010 11011 0 1011010 11111 1001110 1010001 100110

Color Harmonies of #80B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B012

Black with #80B012

Text Example


Text Example

White with #80B012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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