Html Css Color HEX #A1B038 Limerick

📋 copy color: '#A1B038'

red 161 ◦ green 176 ◦ blue 56

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

Shades of Limerick #A1B038

Tints of Limerick #A1B038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 40.97%
G = 44.78%
B = 14.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#A1B038 (or 0xA1B038) is known color: Limerick. HEX triplet: A1, B0 and 38. RGB value is (161,176,56). Sum of RGB (Red+Green+Blue) = 161+176+56=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B038 is #5E4FC7. Grayscale: #9E9E9E. Windows color (decimal): -6180808 or 3715233. OLE color: 3715233.

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

Color convert

RGB 161 176 56 -
CMYK 0.09 0 0.68 0.31
HSL 67.5º 0.52% 0.45% -
HSV(B) 67.5º 0.68% 0.69% -
XYZ 30.94 38.91 9.62 -
YUV 157.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 161 176 56 0.09 0 0.68 0.31 67.5 0.52 0.45
Hex A1 B0 38 9 0 44 1F 44 34 2D
Octal 241 260 70 11 0 104 37 104 64 55
Binary 10100001 10110000 111000 1001 0 1000100 11111 1000100 110100 101101

Color Harmonies of #A1B038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B038

Black with #A1B038

Text Example


Text Example

White with #A1B038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B038; }

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

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

background-color css

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

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

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

border-color css

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

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

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