Html Css Color HEX #A1B829 Bahia

📋 copy color: '#A1B829'

red 161 ◦ green 184 ◦ blue 41

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

Shades of Bahia #A1B829

Tints of Bahia #A1B829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.67%

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

R = 41.71%
G = 47.67%
B = 10.62%

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

#A1B829 (or 0xA1B829) is known color: Bahia. HEX triplet: A1, B8 and 29. RGB value is (161,184,41). Sum of RGB (Red+Green+Blue) = 161+184+41=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B829 is #5E47D6. Grayscale: #A1A1A1. Windows color (decimal): -6178775 or 2734241. OLE color: 2734241.

HSL color Cylindrical-coordinate representation of color #A1B829: hue angle of 69.65º degrees, saturation: 0.64, 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 #A1B829 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 41 -
CMYK 0.12 0 0.78 0.28
HSL 69.65º 0.64% 0.44% -
HSV(B) 69.65º 0.78% 0.72% -
XYZ 32.24 42.02 8.51 -
YUV 160.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 161 184 41 0.12 0 0.78 0.28 69.65 0.64 0.44
Hex A1 B8 29 C 0 4E 1C 46 40 2C
Octal 241 270 51 14 0 116 34 106 100 54
Binary 10100001 10111000 101001 1100 0 1001110 11100 1000110 1000000 101100

Color Harmonies of #A1B829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B829

Black with #A1B829

Text Example


Text Example

White with #A1B829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B829; }

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

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

background-color css

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

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

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

border-color css

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

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

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