Html Css Color HEX #83B413 Lima

📋 copy color: '#83B413'

red 131 ◦ green 180 ◦ blue 19

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

Shades of Lima #83B413

Tints of Lima #83B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.55%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 39.7%
G = 54.55%
B = 5.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#83B413 (or 0x83B413) is known color: Lima. HEX triplet: 83, B4 and 13. RGB value is (131,180,19). Sum of RGB (Red+Green+Blue) = 131+180+19=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #83B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B413 is #7C4BEC. Grayscale: #939393. Windows color (decimal): -8145901 or 1291395. OLE color: 1291395.

HSL color Cylindrical-coordinate representation of color #83B413: hue angle of 78.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83B413 is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 19 -
CMYK 0.27 0 0.89 0.29
HSL 78.26º 0.81% 0.39% -
HSV(B) 78.26º 0.89% 0.71% -
XYZ 25.8 37.51 6.5 -
YUV 147 55.77 116.59 -
System Red Green Blue C M Y K H S L
Decimal 131 180 19 0.27 0 0.89 0.29 78.26 0.81 0.39
Hex 83 B4 13 1B 0 59 1D 4E 51 27
Octal 203 264 23 33 0 131 35 116 121 47
Binary 10000011 10110100 10011 11011 0 1011001 11101 1001110 1010001 100111

Color Harmonies of #83B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B413

Black with #83B413

Text Example


Text Example

White with #83B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,19); }

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

background-color css

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

 a { background-color: rgb(131,180,19); }

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

border-color css

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

 span { border-color: rgb(131,180,19); }

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