Html Css Color HEX #A1B531 Bahia

📋 copy color: '#A1B531'

red 161 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A1B531

Tints of Bahia #A1B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 49 (19.53% from 255) = 12.53%

R = 41.18%
G = 46.29%
B = 12.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A1B531 (or 0xA1B531) is known color: Bahia. HEX triplet: A1, B5 and 31. RGB value is (161,181,49). Sum of RGB (Red+Green+Blue) = 161+181+49=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B531 is #5E4ACE. Grayscale: #A0A0A0. Windows color (decimal): -6179535 or 3257761. OLE color: 3257761.

HSL color Cylindrical-coordinate representation of color #A1B531: hue angle of 69.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1B531 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 49 -
CMYK 0.11 0 0.73 0.29
HSL 69.09º 0.57% 0.45% -
HSV(B) 69.09º 0.73% 0.71% -
XYZ 31.78 40.85 9.12 -
YUV 159.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 161 181 49 0.11 0 0.73 0.29 69.09 0.57 0.45
Hex A1 B5 31 B 0 49 1D 45 39 2D
Octal 241 265 61 13 0 111 35 105 71 55
Binary 10100001 10110101 110001 1011 0 1001001 11101 1000101 111001 101101

Color Harmonies of #A1B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B531

Black with #A1B531

Text Example


Text Example

White with #A1B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B531; }

 p { color: rgb(161,181,49); }

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

background-color css

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

 a { background-color: rgb(161,181,49); }

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

border-color css

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

 span { border-color: rgb(161,181,49); }

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