Html Css Color HEX #83B521 Lima

📋 copy color: '#83B521'

red 131 ◦ green 181 ◦ blue 33

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

Shades of Lima #83B521

Tints of Lima #83B521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 37.97%
G = 52.46%
B = 9.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#83B521 (or 0x83B521) is known color: Lima. HEX triplet: 83, B5 and 21. RGB value is (131,181,33). Sum of RGB (Red+Green+Blue) = 131+181+33=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #83B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B521 is #7C4ADE. Grayscale: #959595. Windows color (decimal): -8145631 or 2209155. OLE color: 2209155.

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

Color convert

RGB 131 181 33 -
CMYK 0.28 0 0.82 0.29
HSL 80.27º 0.69% 0.42% -
HSV(B) 80.27º 0.82% 0.71% -
XYZ 26.16 37.98 7.39 -
YUV 149.18 62.44 115.03 -
System Red Green Blue C M Y K H S L
Decimal 131 181 33 0.28 0 0.82 0.29 80.27 0.69 0.42
Hex 83 B5 21 1C 0 52 1D 50 45 2A
Octal 203 265 41 34 0 122 35 120 105 52
Binary 10000011 10110101 100001 11100 0 1010010 11101 1010000 1000101 101010

Color Harmonies of #83B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B521

Black with #83B521

Text Example


Text Example

White with #83B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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