Html Css Color HEX #A1B729 Bahia

📋 copy color: '#A1B729'

red 161 ◦ green 183 ◦ blue 41

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

Shades of Bahia #A1B729

Tints of Bahia #A1B729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.53%

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

R = 41.82%
G = 47.53%
B = 10.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A1B729 (or 0xA1B729) is known color: Bahia. HEX triplet: A1, B7 and 29. RGB value is (161,183,41). Sum of RGB (Red+Green+Blue) = 161+183+41=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B729 is #5E48D6. Grayscale: #A0A0A0. Windows color (decimal): -6179031 or 2733985. OLE color: 2733985.

HSL color Cylindrical-coordinate representation of color #A1B729: hue angle of 69.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1B729 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 183 41 -
CMYK 0.12 0 0.78 0.28
HSL 69.3º 0.63% 0.44% -
HSV(B) 69.3º 0.78% 0.72% -
XYZ 32.03 41.6 8.44 -
YUV 160.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 161 183 41 0.12 0 0.78 0.28 69.3 0.63 0.44
Hex A1 B7 29 C 0 4E 1C 45 3F 2C
Octal 241 267 51 14 0 116 34 105 77 54
Binary 10100001 10110111 101001 1100 0 1001110 11100 1000101 111111 101100

Color Harmonies of #A1B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B729

Black with #A1B729

Text Example


Text Example

White with #A1B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B729; }

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

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

background-color css

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

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

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

border-color css

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

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

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