#83B921

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

Shades of Lima #83B921

Tints of Lima #83B921

Color information

#83B921 (or 0x83B921) is unknown color: approx Lima. HEX triplet: 83, B9 and 21. RGB value is (131,185,33). Sum of RGB (Red+Green+Blue) = 131+185+33=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #83B921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B921 is #7C46DE. Grayscale: #989898. Windows color (decimal): -8144607 or 2210179. OLE color: 2210179.

HSL color Cylindrical-coordinate representation of color #83B921: hue angle of 81.32º degrees, saturation: 0.7, 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 #83B921 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB13118533-
CMYK0.2900.820.27
HSL81.32º69.72%42.75%-
HSV(B)81.32º82.16%72.55%-
XYZ26.9839.637.67-
YUV151.5361.11113.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 185 (72.66% from 255) = 53.01%
BLUE value IS 33 (13.28% from 255) = 9.46%
R=37.54%
G=53.01%
B=9.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131185330.2900.820.2781.3269.7242.75
Hex83B9211D0521B51462b
Octal203271413501223312110653
Binary100000111011100110000111101010100101101110100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,33); }

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

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

 a { background-color: rgb(131,185,33); }

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

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

 span { border-color: rgb(131,185,33); }

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