#83BB21

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

Shades of Lima #83BB21

Tints of Lima #83BB21

Color information

#83BB21 (or 0x83BB21) is unknown color: approx Lima. HEX triplet: 83, BB and 21. RGB value is (131,187,33). Sum of RGB (Red+Green+Blue) = 131+187+33=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB21 is #7C44DE. Grayscale: #999999. Windows color (decimal): -8144095 or 2210691. OLE color: 2210691.

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

Color convert

RGB13118733-
CMYK0.3000.820.27
HSL81.82º70%43.14%-
HSV(B)81.82º82.35%73.33%-
XYZ27.440.487.81-
YUV152.760.45112.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 187 (73.44% from 255) = 53.28%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=37.32%
G=53.28%
B=9.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131187330.3000.820.2781.827043.14
Hex83BB211E0521B52462b
Octal203273413601223312210653
Binary100000111011101110000111110010100101101110100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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