Html Css Color HEX #A1B929 Bahia

📋 copy color: '#A1B929'

red 161 ◦ green 185 ◦ blue 41

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

Shades of Bahia #A1B929

Tints of Bahia #A1B929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

 BLUE value IS 41 (16.41% from 255) = 10.59%

R = 41.6%
G = 47.8%
B = 10.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A1B929 (or 0xA1B929) is known color: Bahia. HEX triplet: A1, B9 and 29. RGB value is (161,185,41). Sum of RGB (Red+Green+Blue) = 161+185+41=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B929 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B929 is #5E46D6. Grayscale: #A1A1A1. Windows color (decimal): -6178519 or 2734497. OLE color: 2734497.

HSL color Cylindrical-coordinate representation of color #A1B929: hue angle of 70º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1B929 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 185 41 -
CMYK 0.13 0 0.78 0.27
HSL 70º 0.64% 0.44% -
HSV(B) 70º 0.78% 0.73% -
XYZ 32.45 42.44 8.58 -
YUV 161.41 60.05 127.71 -
System Red Green Blue C M Y K H S L
Decimal 161 185 41 0.13 0 0.78 0.27 70 0.64 0.44
Hex A1 B9 29 D 0 4E 1B 46 40 2C
Octal 241 271 51 15 0 116 33 106 100 54
Binary 10100001 10111001 101001 1101 0 1001110 11011 1000110 1000000 101100

Color Harmonies of #A1B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B929

Black with #A1B929

Text Example


Text Example

White with #A1B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B929; }

 p { color: rgb(161,185,41); }

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

background-color css

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

 a { background-color: rgb(161,185,41); }

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

border-color css

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

 span { border-color: rgb(161,185,41); }

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