Html Css Color HEX #83AA06 Lima

📋 copy color: '#83AA06'

red 131 ◦ green 170 ◦ blue 6

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

Shades of Lima #83AA06

Tints of Lima #83AA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 42.67%
G = 55.37%
B = 1.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#83AA06 (or 0x83AA06) is known color: Lima. HEX triplet: 83, AA and 06. RGB value is (131,170,6). Sum of RGB (Red+Green+Blue) = 131+170+6=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA06 is #7C55F9. Grayscale: #8C8C8C. Windows color (decimal): -8148474 or 436867. OLE color: 436867.

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

Color convert

RGB 131 170 6 -
CMYK 0.23 0 0.96 0.33
HSL 74.27º 0.93% 0.35% -
HSV(B) 74.27º 0.96% 0.67% -
XYZ 23.77 33.59 5.4 -
YUV 139.64 52.58 121.84 -
System Red Green Blue C M Y K H S L
Decimal 131 170 6 0.23 0 0.96 0.33 74.27 0.93 0.35
Hex 83 AA 6 17 0 60 21 4A 5D 23
Octal 203 252 6 27 0 140 41 112 135 43
Binary 10000011 10101010 110 10111 0 1100000 100001 1001010 1011101 100011

Color Harmonies of #83AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AA06

Black with #83AA06

Text Example


Text Example

White with #83AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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