Html Css Color HEX #A9B32E Bahia

📋 copy color: '#A9B32E'

red 169 ◦ green 179 ◦ blue 46

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

Shades of Bahia #A9B32E

Tints of Bahia #A9B32E

RGB

 RED value IS 169 (66.41% from 255) = 42.89%

 GREEN value IS 179 (70.31% from 255) = 45.43%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 42.89%
G = 45.43%
B = 11.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#A9B32E (or 0xA9B32E) is known color: Bahia. HEX triplet: A9, B3 and 2E. RGB value is (169,179,46). Sum of RGB (Red+Green+Blue) = 169+179+46=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B32E is #564CD1. Grayscale: #A1A1A1. Windows color (decimal): -5655762 or 3060649. OLE color: 3060649.

HSL color Cylindrical-coordinate representation of color #A9B32E: hue angle of 64.51º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9B32E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 179 46 -
CMYK 0.06 0 0.74 0.30
HSL 64.51º 0.59% 0.44% -
HSV(B) 64.51º 0.74% 0.7% -
XYZ 32.98 40.87 8.74 -
YUV 160.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 169 179 46 0.06 0 0.74 0.30 64.51 0.59 0.44
Hex A9 B3 2E 6 0 4A 1E 41 3B 2C
Octal 251 263 56 6 0 112 36 101 73 54
Binary 10101001 10110011 101110 110 0 1001010 11110 1000001 111011 101100

Color Harmonies of #A9B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B32E

Black with #A9B32E

Text Example


Text Example

White with #A9B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B32E; }

 p { color: rgb(169,179,46); }

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

background-color css

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

 a { background-color: rgb(169,179,46); }

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

border-color css

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

 span { border-color: rgb(169,179,46); }

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