Html Css Color HEX #83A919 Lima

📋 copy color: '#83A919'

red 131 ◦ green 169 ◦ blue 25

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

Shades of Lima #83A919

Tints of Lima #83A919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 25 (10.16% from 255) = 7.69%

R = 40.31%
G = 52%
B = 7.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#83A919 (or 0x83A919) is known color: Lima. HEX triplet: 83, A9 and 19. RGB value is (131,169,25). Sum of RGB (Red+Green+Blue) = 131+169+25=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #83A919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A919 is #7C56E6. Grayscale: #8D8D8D. Windows color (decimal): -8148711 or 1681795. OLE color: 1681795.

HSL color Cylindrical-coordinate representation of color #83A919: hue angle of 75.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83A919 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 169 25 -
CMYK 0.22 0 0.85 0.34
HSL 75.83º 0.74% 0.38% -
HSV(B) 75.83º 0.85% 0.66% -
XYZ 23.72 33.27 6.09 -
YUV 141.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 131 169 25 0.22 0 0.85 0.34 75.83 0.74 0.38
Hex 83 A9 19 16 0 55 22 4C 4A 26
Octal 203 251 31 26 0 125 42 114 112 46
Binary 10000011 10101001 11001 10110 0 1010101 100010 1001100 1001010 100110

Color Harmonies of #83A919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A919

Black with #83A919

Text Example


Text Example

White with #83A919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,169,25); }

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

background-color css

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

 a { background-color: rgb(131,169,25); }

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

border-color css

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

 span { border-color: rgb(131,169,25); }

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