#83B422

Color #83B422 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83B422

Tints of Lima #83B422

Color information

#83B422 (or 0x83B422) is unknown color: approx Lima. HEX triplet: 83, B4 and 22. RGB value is (131,180,34). Sum of RGB (Red+Green+Blue) = 131+180+34=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #83B422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B422 is #7C4BDD. Grayscale: #959595. Windows color (decimal): -8145886 or 2274435. OLE color: 2274435.

HSL color Cylindrical-coordinate representation of color #83B422: hue angle of 80.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83B422 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB13118034-
CMYK0.2700.810.29
HSL80.14º68.22%41.96%-
HSV(B)80.14º81.11%70.59%-
XYZ25.9737.587.4-
YUV148.7163.27115.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=37.97%
G=52.17%
B=9.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180340.2700.810.2980.1468.2241.96
Hex83B4221B0511D50442a
Octal203264423301213512010452
Binary100000111011010010001011011010100011110110100001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B422; }

 p { color: rgb(131,180,34); }

 H1.HeaderClassName
 {
   color: #83B422;
 }
 .AnyTagClassName
 {
   color: #83B422;
 }
</style>
background-color css

<style>
 a { background-color: #83B422; }

 a { background-color: rgb(131,180,34); }

 div.DivClassName
 {
   background-color: #83B422;
 }
 .BgClassName
 {
   background-color: #83B422;
 }
</style>
border-color css

<style>
 span { border-color: #83B422; }

 span { border-color: rgb(131,180,34); }

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