Html Css Color HEX #83A607 Lima

📋 copy color: '#83A607'

red 131 ◦ green 166 ◦ blue 7

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

Shades of Lima #83A607

Tints of Lima #83A607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 43.09%
G = 54.61%
B = 2.3%

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

#83A607 (or 0x83A607) is known color: Lima. HEX triplet: 83, A6 and 07. RGB value is (131,166,7). Sum of RGB (Red+Green+Blue) = 131+166+7=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #83A607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A607 is #7C59F8. Grayscale: #8A8A8A. Windows color (decimal): -8149497 or 501379. OLE color: 501379.

HSL color Cylindrical-coordinate representation of color #83A607: hue angle of 73.21º degrees, saturation: 0.92, 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 #83A607 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 7 -
CMYK 0.21 0 0.96 0.35
HSL 73.21º 0.92% 0.34% -
HSV(B) 73.21º 0.96% 0.65% -
XYZ 23.03 32.11 5.19 -
YUV 137.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 131 166 7 0.21 0 0.96 0.35 73.21 0.92 0.34
Hex 83 A6 7 15 0 60 23 49 5C 22
Octal 203 246 7 25 0 140 43 111 134 42
Binary 10000011 10100110 111 10101 0 1100000 100011 1001001 1011100 100010

Color Harmonies of #83A607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A607

Black with #83A607

Text Example


Text Example

White with #83A607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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