Html Css Color HEX #83AA0B Lima

📋 copy color: '#83AA0B'

red 131 ◦ green 170 ◦ blue 11

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

Shades of Lima #83AA0B

Tints of Lima #83AA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 41.99%
G = 54.49%
B = 3.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#83AA0B (or 0x83AA0B) is known color: Lima. HEX triplet: 83, AA and 0B. RGB value is (131,170,11). Sum of RGB (Red+Green+Blue) = 131+170+11=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA0B is #7C55F4. Grayscale: #8C8C8C. Windows color (decimal): -8148469 or 764547. OLE color: 764547.

HSL color Cylindrical-coordinate representation of color #83AA0B: hue angle of 74.72º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83AA0B is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 170 11 -
CMYK 0.23 0 0.94 0.33
HSL 74.72º 0.88% 0.35% -
HSV(B) 74.72º 0.94% 0.67% -
XYZ 23.8 33.6 5.55 -
YUV 140.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 131 170 11 0.23 0 0.94 0.33 74.72 0.88 0.35
Hex 83 AA B 17 0 5E 21 4B 58 23
Octal 203 252 13 27 0 136 41 113 130 43
Binary 10000011 10101010 1011 10111 0 1011110 100001 1001011 1011000 100011

Color Harmonies of #83AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA0B

Black with #83AA0B

Text Example


Text Example

White with #83AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,170,11); }

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

background-color css

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

 a { background-color: rgb(131,170,11); }

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

border-color css

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

 span { border-color: rgb(131,170,11); }

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