#83BC0A

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

Shades of Lima #83BC0A

Tints of Lima #83BC0A

Color information

#83BC0A (or 0x83BC0A) is unknown color: approx Lima. HEX triplet: 83, BC and 0A. RGB value is (131,188,10). Sum of RGB (Red+Green+Blue) = 131+188+10=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC0A is #7C43F5. Grayscale: #979797. Windows color (decimal): -8143862 or 703619. OLE color: 703619.

HSL color Cylindrical-coordinate representation of color #83BC0A: hue angle of 79.21º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83BC0A is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB13118810-
CMYK0.3000.950.26
HSL79.21º89.9%38.82%-
HSV(B)79.21º94.68%73.73%-
XYZ27.440.816.72-
YUV150.6648.62113.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 188 (73.83% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=39.82%
G=57.14%
B=3.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188100.3000.950.2679.2189.938.82
Hex83BCA1E05F1A4f5a27
Octal203274123601373211713247
Binary1000001110111100101011110010111111101010011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,10); }

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

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

 a { background-color: rgb(131,188,10); }

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

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

 span { border-color: rgb(131,188,10); }

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