Html Css Color HEX #83A619 Limerick

📋 copy color: '#83A619'

red 131 ◦ green 166 ◦ blue 25

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

Shades of Limerick #83A619

Tints of Limerick #83A619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 40.68%
G = 51.55%
B = 7.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#83A619 (or 0x83A619) is known color: Limerick. HEX triplet: 83, A6 and 19. RGB value is (131,166,25). Sum of RGB (Red+Green+Blue) = 131+166+25=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #83A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A619 is #7C59E6. Grayscale: #8B8B8B. Windows color (decimal): -8149479 or 1681027. OLE color: 1681027.

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

Color convert

RGB 131 166 25 -
CMYK 0.21 0 0.85 0.35
HSL 74.89º 0.74% 0.37% -
HSV(B) 74.89º 0.85% 0.65% -
XYZ 23.17 32.17 5.91 -
YUV 139.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 131 166 25 0.21 0 0.85 0.35 74.89 0.74 0.37
Hex 83 A6 19 15 0 55 23 4B 4A 25
Octal 203 246 31 25 0 125 43 113 112 45
Binary 10000011 10100110 11001 10101 0 1010101 100011 1001011 1001010 100101

Color Harmonies of #83A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A619

Black with #83A619

Text Example


Text Example

White with #83A619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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