Html Css Color HEX #83B712 Lima

📋 copy color: '#83B712'

red 131 ◦ green 183 ◦ blue 18

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

Shades of Lima #83B712

Tints of Lima #83B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.12%

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

R = 39.46%
G = 55.12%
B = 5.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#83B712 (or 0x83B712) is known color: Lima. HEX triplet: 83, B7 and 12. RGB value is (131,183,18). Sum of RGB (Red+Green+Blue) = 131+183+18=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #83B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B712 is #7C48ED. Grayscale: #959595. Windows color (decimal): -8145134 or 1226627. OLE color: 1226627.

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

Color convert

RGB 131 183 18 -
CMYK 0.28 0 0.90 0.28
HSL 78.91º 0.82% 0.39% -
HSV(B) 78.91º 0.9% 0.72% -
XYZ 26.4 38.74 6.66 -
YUV 148.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 131 183 18 0.28 0 0.90 0.28 78.91 0.82 0.39
Hex 83 B7 12 1C 0 5A 1C 4F 52 27
Octal 203 267 22 34 0 132 34 117 122 47
Binary 10000011 10110111 10010 11100 0 1011010 11100 1001111 1010010 100111

Color Harmonies of #83B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B712

Black with #83B712

Text Example


Text Example

White with #83B712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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