Html Css Color HEX #83A61B Limerick

📋 copy color: '#83A61B'

red 131 ◦ green 166 ◦ blue 27

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

Shades of Limerick #83A61B

Tints of Limerick #83A61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 40.43%
G = 51.23%
B = 8.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#83A61B (or 0x83A61B) is known color: Limerick. HEX triplet: 83, A6 and 1B. RGB value is (131,166,27). Sum of RGB (Red+Green+Blue) = 131+166+27=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #83A61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A61B is #7C59E4. Grayscale: #8C8C8C. Windows color (decimal): -8149477 or 1812099. OLE color: 1812099.

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

Color convert

RGB 131 166 27 -
CMYK 0.21 0 0.84 0.35
HSL 75.11º 0.72% 0.38% -
HSV(B) 75.11º 0.84% 0.65% -
XYZ 23.19 32.18 6.03 -
YUV 139.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 131 166 27 0.21 0 0.84 0.35 75.11 0.72 0.38
Hex 83 A6 1B 15 0 54 23 4B 48 26
Octal 203 246 33 25 0 124 43 113 110 46
Binary 10000011 10100110 11011 10101 0 1010100 100011 1001011 1001000 100110

Color Harmonies of #83A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A61B

Black with #83A61B

Text Example


Text Example

White with #83A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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