Html Css Color HEX #A9B12F Bahia

📋 copy color: '#A9B12F'

red 169 ◦ green 177 ◦ blue 47

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

Shades of Bahia #A9B12F

Tints of Bahia #A9B12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.04%

 BLUE value IS 47 (18.75% from 255) = 11.96%

R = 43%
G = 45.04%
B = 11.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#A9B12F (or 0xA9B12F) is known color: Bahia. HEX triplet: A9, B1 and 2F. RGB value is (169,177,47). Sum of RGB (Red+Green+Blue) = 169+177+47=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B12F is #564ED0. Grayscale: #A0A0A0. Windows color (decimal): -5656273 or 3125673. OLE color: 3125673.

HSL color Cylindrical-coordinate representation of color #A9B12F: hue angle of 63.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9B12F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 177 47 -
CMYK 0.05 0 0.73 0.31
HSL 63.69º 0.58% 0.44% -
HSV(B) 63.69º 0.73% 0.69% -
XYZ 32.6 40.08 8.71 -
YUV 159.79 64.35 134.57 -
System Red Green Blue C M Y K H S L
Decimal 169 177 47 0.05 0 0.73 0.31 63.69 0.58 0.44
Hex A9 B1 2F 5 0 49 1F 40 3A 2C
Octal 251 261 57 5 0 111 37 100 72 54
Binary 10101001 10110001 101111 101 0 1001001 11111 1000000 111010 101100

Color Harmonies of #A9B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B12F

Black with #A9B12F

Text Example


Text Example

White with #A9B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B12F; }

 p { color: rgb(169,177,47); }

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

background-color css

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

 a { background-color: rgb(169,177,47); }

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

border-color css

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

 span { border-color: rgb(169,177,47); }

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