Html Css Color HEX #A9BB1A Bahia

📋 copy color: '#A9BB1A'

red 169 ◦ green 187 ◦ blue 26

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

Shades of Bahia #A9BB1A

Tints of Bahia #A9BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.95%

 BLUE value IS 26 (10.55% from 255) = 6.81%

R = 44.24%
G = 48.95%
B = 6.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#A9BB1A (or 0xA9BB1A) is known color: Bahia. HEX triplet: A9, BB and 1A. RGB value is (169,187,26). Sum of RGB (Red+Green+Blue) = 169+187+26=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BB1A is #5644E5. Grayscale: #A3A3A3. Windows color (decimal): -5653734 or 1751977. OLE color: 1751977.

HSL color Cylindrical-coordinate representation of color #A9BB1A: hue angle of 66.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9BB1A is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 187 26 -
CMYK 0.10 0 0.86 0.27
HSL 66.71º 0.76% 0.42% -
HSV(B) 66.71º 0.86% 0.73% -
XYZ 34.32 44.05 7.67 -
YUV 163.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 169 187 26 0.10 0 0.86 0.27 66.71 0.76 0.42
Hex A9 BB 1A A 0 56 1B 43 4C 2A
Octal 251 273 32 12 0 126 33 103 114 52
Binary 10101001 10111011 11010 1010 0 1010110 11011 1000011 1001100 101010

Color Harmonies of #A9BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB1A

Black with #A9BB1A

Text Example


Text Example

White with #A9BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB1A; }

 p { color: rgb(169,187,26); }

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

background-color css

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

 a { background-color: rgb(169,187,26); }

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

border-color css

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

 span { border-color: rgb(169,187,26); }

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