Html Css Color HEX #A9B11C Bahia

📋 copy color: '#A9B11C'

red 169 ◦ green 177 ◦ blue 28

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

Shades of Bahia #A9B11C

Tints of Bahia #A9B11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 45.19%
G = 47.33%
B = 7.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A9B11C (or 0xA9B11C) is known color: Bahia. HEX triplet: A9, B1 and 1C. RGB value is (169,177,28). Sum of RGB (Red+Green+Blue) = 169+177+28=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B11C is #564EE3. Grayscale: #9E9E9E. Windows color (decimal): -5656292 or 1880489. OLE color: 1880489.

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

Color convert

RGB 169 177 28 -
CMYK 0.05 0 0.84 0.31
HSL 63.22º 0.73% 0.4% -
HSV(B) 63.22º 0.84% 0.69% -
XYZ 32.29 39.96 7.11 -
YUV 157.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 169 177 28 0.05 0 0.84 0.31 63.22 0.73 0.4
Hex A9 B1 1C 5 0 54 1F 3F 49 28
Octal 251 261 34 5 0 124 37 77 111 50
Binary 10101001 10110001 11100 101 0 1010100 11111 111111 1001001 101000

Color Harmonies of #A9B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B11C

Black with #A9B11C

Text Example


Text Example

White with #A9B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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