Html Css Color HEX #A9B117 Bahia

📋 copy color: '#A9B117'

red 169 ◦ green 177 ◦ blue 23

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

Shades of Bahia #A9B117

Tints of Bahia #A9B117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.23%

R = 45.8%
G = 47.97%
B = 6.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A9B117 (or 0xA9B117) is known color: Bahia. HEX triplet: A9, B1 and 17. RGB value is (169,177,23). Sum of RGB (Red+Green+Blue) = 169+177+23=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B117 is #564EE8. Grayscale: #9D9D9D. Windows color (decimal): -5656297 or 1552809. OLE color: 1552809.

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

Color convert

RGB 169 177 23 -
CMYK 0.05 0 0.87 0.31
HSL 63.12º 0.77% 0.39% -
HSV(B) 63.12º 0.87% 0.69% -
XYZ 32.24 39.94 6.82 -
YUV 157.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 169 177 23 0.05 0 0.87 0.31 63.12 0.77 0.39
Hex A9 B1 17 5 0 57 1F 3F 4D 27
Octal 251 261 27 5 0 127 37 77 115 47
Binary 10101001 10110001 10111 101 0 1010111 11111 111111 1001101 100111

Color Harmonies of #A9B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B117

Black with #A9B117

Text Example


Text Example

White with #A9B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B117; }

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

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

background-color css

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

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

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

border-color css

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

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

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