#83BA09

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

Shades of Lima #83BA09

Tints of Lima #83BA09

Color information

#83BA09 (or 0x83BA09) is unknown color: approx Lima. HEX triplet: 83, BA and 09. RGB value is (131,186,9). Sum of RGB (Red+Green+Blue) = 131+186+9=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA09 is #7C45F6. Grayscale: #969696. Windows color (decimal): -8144375 or 637571. OLE color: 637571.

HSL color Cylindrical-coordinate representation of color #83BA09: hue angle of 78.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83BA09 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1311869-
CMYK0.3000.950.27
HSL78.64º90.77%38.24%-
HSV(B)78.64º95.16%72.94%-
XYZ26.9739.966.55-
YUV149.3848.78114.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 9 (3.91% from 255) = 2.76%
R=40.18%
G=57.06%
B=2.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13118690.3000.950.2778.6490.7738.24
Hex83BA91E05F1B4f5b26
Octal203272113601373311713346
Binary1000001110111010100111110010111111101110011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,9); }

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

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

 a { background-color: rgb(131,186,9); }

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

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

 span { border-color: rgb(131,186,9); }

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