Html Css Color HEX #83A609 Lima

📋 copy color: '#83A609'

red 131 ◦ green 166 ◦ blue 9

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

Shades of Lima #83A609

Tints of Lima #83A609

RGB

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

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

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

R = 42.81%
G = 54.25%
B = 2.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#83A609 (or 0x83A609) is known color: Lima. HEX triplet: 83, A6 and 09. RGB value is (131,166,9). Sum of RGB (Red+Green+Blue) = 131+166+9=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #83A609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A609 is #7C59F6. Grayscale: #8A8A8A. Windows color (decimal): -8149495 or 632451. OLE color: 632451.

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

Color convert

RGB 131 166 9 -
CMYK 0.21 0 0.95 0.35
HSL 73.38º 0.9% 0.34% -
HSV(B) 73.38º 0.95% 0.65% -
XYZ 23.05 32.12 5.24 -
YUV 137.64 55.4 123.27 -
System Red Green Blue C M Y K H S L
Decimal 131 166 9 0.21 0 0.95 0.35 73.38 0.9 0.34
Hex 83 A6 9 15 0 5F 23 49 5A 22
Octal 203 246 11 25 0 137 43 111 132 42
Binary 10000011 10100110 1001 10101 0 1011111 100011 1001001 1011010 100010

Color Harmonies of #83A609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A609

Black with #83A609

Text Example


Text Example

White with #83A609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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