Html Css Color HEX #83A505 Lima

📋 copy color: '#83A505'

red 131 ◦ green 165 ◦ blue 5

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

Shades of Lima #83A505

Tints of Lima #83A505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.82%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 43.52%
G = 54.82%
B = 1.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#83A505 (or 0x83A505) is known color: Lima. HEX triplet: 83, A5 and 05. RGB value is (131,165,5). Sum of RGB (Red+Green+Blue) = 131+165+5=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #83A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A505 is #7C5AFA. Grayscale: #898989. Windows color (decimal): -8149755 or 370051. OLE color: 370051.

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

Color convert

RGB 131 165 5 -
CMYK 0.21 0 0.97 0.35
HSL 72.75º 0.94% 0.33% -
HSV(B) 72.75º 0.97% 0.65% -
XYZ 22.84 31.75 5.07 -
YUV 136.59 53.74 124.01 -
System Red Green Blue C M Y K H S L
Decimal 131 165 5 0.21 0 0.97 0.35 72.75 0.94 0.33
Hex 83 A5 5 15 0 61 23 49 5E 21
Octal 203 245 5 25 0 141 43 111 136 41
Binary 10000011 10100101 101 10101 0 1100001 100011 1001001 1011110 100001

Color Harmonies of #83A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A505

Black with #83A505

Text Example


Text Example

White with #83A505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,165,5); }

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

background-color css

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

 a { background-color: rgb(131,165,5); }

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

border-color css

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

 span { border-color: rgb(131,165,5); }

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