Html Css Color HEX #A9B217 Bahia

📋 copy color: '#A9B217'

red 169 ◦ green 178 ◦ blue 23

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

Shades of Bahia #A9B217

Tints of Bahia #A9B217

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 45.68%
G = 48.11%
B = 6.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#A9B217 (or 0xA9B217) is known color: Bahia. HEX triplet: A9, B2 and 17. RGB value is (169,178,23). Sum of RGB (Red+Green+Blue) = 169+178+23=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9B217 is #564DE8. Grayscale: #9E9E9E. Windows color (decimal): -5656041 or 1553065. OLE color: 1553065.

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

Color convert

RGB 169 178 23 -
CMYK 0.05 0 0.87 0.30
HSL 63.48º 0.77% 0.39% -
HSV(B) 63.48º 0.87% 0.7% -
XYZ 32.44 40.34 6.89 -
YUV 157.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 169 178 23 0.05 0 0.87 0.30 63.48 0.77 0.39
Hex A9 B2 17 5 0 57 1E 3F 4D 27
Octal 251 262 27 5 0 127 36 77 115 47
Binary 10101001 10110010 10111 101 0 1010111 11110 111111 1001101 100111

Color Harmonies of #A9B217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B217

Black with #A9B217

Text Example


Text Example

White with #A9B217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B217; }

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

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

background-color css

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

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

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

border-color css

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

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

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