Html Css Color HEX #83A91B Lima

📋 copy color: '#83A91B'

red 131 ◦ green 169 ◦ blue 27

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

Shades of Lima #83A91B

Tints of Lima #83A91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 40.06%
G = 51.68%
B = 8.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#83A91B (or 0x83A91B) is known color: Lima. HEX triplet: 83, A9 and 1B. RGB value is (131,169,27). Sum of RGB (Red+Green+Blue) = 131+169+27=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #83A91B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A91B is #7C56E4. Grayscale: #8D8D8D. Windows color (decimal): -8148709 or 1812867. OLE color: 1812867.

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

Color convert

RGB 131 169 27 -
CMYK 0.22 0 0.84 0.34
HSL 76.06º 0.72% 0.38% -
HSV(B) 76.06º 0.84% 0.66% -
XYZ 23.75 33.28 6.21 -
YUV 141.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 131 169 27 0.22 0 0.84 0.34 76.06 0.72 0.38
Hex 83 A9 1B 16 0 54 22 4C 48 26
Octal 203 251 33 26 0 124 42 114 110 46
Binary 10000011 10101001 11011 10110 0 1010100 100010 1001100 1001000 100110

Color Harmonies of #83A91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A91B

Black with #83A91B

Text Example


Text Example

White with #83A91B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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