#83BA08

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

Shades of Lima #83BA08

Tints of Lima #83BA08

Color information

#83BA08 (or 0x83BA08) is unknown color: approx Lima. HEX triplet: 83, BA and 08. RGB value is (131,186,8). Sum of RGB (Red+Green+Blue) = 131+186+8=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA08 is #7C45F7. Grayscale: #959595. Windows color (decimal): -8144376 or 572035. OLE color: 572035.

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

Color convert

RGB1311868-
CMYK0.3000.960.27
HSL78.54º91.75%38.04%-
HSV(B)78.54º95.7%72.94%-
XYZ26.9639.966.52-
YUV149.2648.28114.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 8 (3.52% from 255) = 2.46%
R=40.31%
G=57.23%
B=2.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13118680.3000.960.2778.5491.7538.04
Hex83BA81E0601B4f5c26
Octal203272103601403311713446
Binary1000001110111010100011110011000001101110011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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