Html Css Color HEX #83B512 Lima

📋 copy color: '#83B512'

red 131 ◦ green 181 ◦ blue 18

#83B512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #83B512

Tints of Lima #83B512

RGB

 RED value IS 131 (51.56% from 255) = 39.7%

 GREEN value IS 181 (71.09% from 255) = 54.85%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 39.7%
G = 54.85%
B = 5.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#83B512 (or 0x83B512) is known color: Lima. HEX triplet: 83, B5 and 12. RGB value is (131,181,18). Sum of RGB (Red+Green+Blue) = 131+181+18=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #83B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B512 is #7C4AED. Grayscale: #949494. Windows color (decimal): -8145646 or 1226115. OLE color: 1226115.

HSL color Cylindrical-coordinate representation of color #83B512: hue angle of 78.4º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83B512 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 18 -
CMYK 0.28 0 0.90 0.29
HSL 78.4º 0.82% 0.39% -
HSV(B) 78.4º 0.9% 0.71% -
XYZ 25.99 37.92 6.52 -
YUV 147.47 54.94 116.25 -
System Red Green Blue C M Y K H S L
Decimal 131 181 18 0.28 0 0.90 0.29 78.4 0.82 0.39
Hex 83 B5 12 1C 0 5A 1D 4E 52 27
Octal 203 265 22 34 0 132 35 116 122 47
Binary 10000011 10110101 10010 11100 0 1011010 11101 1001110 1010010 100111

Color Harmonies of #83B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B512

Black with #83B512

Text Example


Text Example

White with #83B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,18); }

 H1.HeaderClassName
 {
   color: #83B512;
 }
 .AnyTagClassName
 {
   color: #83B512;
 }
</style>

background-color css

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

 a { background-color: rgb(131,181,18); }

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

border-color css

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

 span { border-color: rgb(131,181,18); }

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