Html Css Color HEX #83A625 Limerick

📋 copy color: '#83A625'

red 131 ◦ green 166 ◦ blue 37

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

Shades of Limerick #83A625

Tints of Limerick #83A625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 39.22%
G = 49.7%
B = 11.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#83A625 (or 0x83A625) is known color: Limerick. HEX triplet: 83, A6 and 25. RGB value is (131,166,37). Sum of RGB (Red+Green+Blue) = 131+166+37=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #83A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A625 is #7C59DA. Grayscale: #8D8D8D. Windows color (decimal): -8149467 or 2467459. OLE color: 2467459.

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

Color convert

RGB 131 166 37 -
CMYK 0.21 0 0.78 0.35
HSL 76.28º 0.64% 0.4% -
HSV(B) 76.28º 0.78% 0.65% -
XYZ 23.33 32.23 6.74 -
YUV 140.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 131 166 37 0.21 0 0.78 0.35 76.28 0.64 0.4
Hex 83 A6 25 15 0 4E 23 4C 40 28
Octal 203 246 45 25 0 116 43 114 100 50
Binary 10000011 10100110 100101 10101 0 1001110 100011 1001100 1000000 101000

Color Harmonies of #83A625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A625

Black with #83A625

Text Example


Text Example

White with #83A625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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