Html Css Color HEX #83AA09 Lima

📋 copy color: '#83AA09'

red 131 ◦ green 170 ◦ blue 9

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

Shades of Lima #83AA09

Tints of Lima #83AA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 42.26%
G = 54.84%
B = 2.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#83AA09 (or 0x83AA09) is known color: Lima. HEX triplet: 83, AA and 09. RGB value is (131,170,9). Sum of RGB (Red+Green+Blue) = 131+170+9=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA09 is #7C55F6. Grayscale: #8C8C8C. Windows color (decimal): -8148471 or 633475. OLE color: 633475.

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

Color convert

RGB 131 170 9 -
CMYK 0.23 0 0.95 0.33
HSL 74.53º 0.9% 0.35% -
HSV(B) 74.53º 0.95% 0.67% -
XYZ 23.78 33.59 5.49 -
YUV 139.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 131 170 9 0.23 0 0.95 0.33 74.53 0.9 0.35
Hex 83 AA 9 17 0 5F 21 4B 5A 23
Octal 203 252 11 27 0 137 41 113 132 43
Binary 10000011 10101010 1001 10111 0 1011111 100001 1001011 1011010 100011

Color Harmonies of #83AA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA09

Black with #83AA09

Text Example


Text Example

White with #83AA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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