Html Css Color HEX #83AA0D Lima

📋 copy color: '#83AA0D'

red 131 ◦ green 170 ◦ blue 13

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

Shades of Lima #83AA0D

Tints of Lima #83AA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 41.72%
G = 54.14%
B = 4.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#83AA0D (or 0x83AA0D) is known color: Lima. HEX triplet: 83, AA and 0D. RGB value is (131,170,13). Sum of RGB (Red+Green+Blue) = 131+170+13=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA0D is #7C55F2. Grayscale: #8D8D8D. Windows color (decimal): -8148467 or 895619. OLE color: 895619.

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

Color convert

RGB 131 170 13 -
CMYK 0.23 0 0.92 0.33
HSL 74.9º 0.86% 0.36% -
HSV(B) 74.9º 0.92% 0.67% -
XYZ 23.81 33.6 5.61 -
YUV 140.44 56.08 121.27 -
System Red Green Blue C M Y K H S L
Decimal 131 170 13 0.23 0 0.92 0.33 74.9 0.86 0.36
Hex 83 AA D 17 0 5C 21 4B 56 24
Octal 203 252 15 27 0 134 41 113 126 44
Binary 10000011 10101010 1101 10111 0 1011100 100001 1001011 1010110 100100

Color Harmonies of #83AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA0D

Black with #83AA0D

Text Example


Text Example

White with #83AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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