Html Css Color HEX #A1B037 Limerick

📋 copy color: '#A1B037'

red 161 ◦ green 176 ◦ blue 55

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

Shades of Limerick #A1B037

Tints of Limerick #A1B037

RGB

 RED value IS 161 (63.28% from 255) = 41.07%

 GREEN value IS 176 (69.14% from 255) = 44.9%

 BLUE value IS 55 (21.88% from 255) = 14.03%

R = 41.07%
G = 44.9%
B = 14.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#A1B037 (or 0xA1B037) is known color: Limerick. HEX triplet: A1, B0 and 37. RGB value is (161,176,55). Sum of RGB (Red+Green+Blue) = 161+176+55=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B037 is #5E4FC8. Grayscale: #9E9E9E. Windows color (decimal): -6180809 or 3649697. OLE color: 3649697.

HSL color Cylindrical-coordinate representation of color #A1B037: hue angle of 67.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1B037 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 176 55 -
CMYK 0.09 0 0.69 0.31
HSL 67.44º 0.52% 0.45% -
HSV(B) 67.44º 0.69% 0.69% -
XYZ 30.91 38.9 9.49 -
YUV 157.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 161 176 55 0.09 0 0.69 0.31 67.44 0.52 0.45
Hex A1 B0 37 9 0 45 1F 43 34 2D
Octal 241 260 67 11 0 105 37 103 64 55
Binary 10100001 10110000 110111 1001 0 1000101 11111 1000011 110100 101101

Color Harmonies of #A1B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B037

Black with #A1B037

Text Example


Text Example

White with #A1B037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B037; }

 p { color: rgb(161,176,55); }

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

background-color css

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

 a { background-color: rgb(161,176,55); }

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

border-color css

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

 span { border-color: rgb(161,176,55); }

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