Html Css Color HEX #83A606 Lima

📋 copy color: '#83A606'

red 131 ◦ green 166 ◦ blue 6

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

Shades of Lima #83A606

Tints of Lima #83A606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.79%

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

R = 43.23%
G = 54.79%
B = 1.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#83A606 (or 0x83A606) is known color: Lima. HEX triplet: 83, A6 and 06. RGB value is (131,166,6). Sum of RGB (Red+Green+Blue) = 131+166+6=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #83A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A606 is #7C59F9. Grayscale: #898989. Windows color (decimal): -8149498 or 435843. OLE color: 435843.

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

Color convert

RGB 131 166 6 -
CMYK 0.21 0 0.96 0.35
HSL 73.13º 0.93% 0.34% -
HSV(B) 73.13º 0.96% 0.65% -
XYZ 23.03 32.11 5.16 -
YUV 137.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 131 166 6 0.21 0 0.96 0.35 73.13 0.93 0.34
Hex 83 A6 6 15 0 60 23 49 5D 22
Octal 203 246 6 25 0 140 43 111 135 42
Binary 10000011 10100110 110 10101 0 1100000 100011 1001001 1011101 100010

Color Harmonies of #83A606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A606

Black with #83A606

Text Example


Text Example

White with #83A606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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