Html Css Color HEX #A9BB14 Bahia

📋 copy color: '#A9BB14'

red 169 ◦ green 187 ◦ blue 20

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

Shades of Bahia #A9BB14

Tints of Bahia #A9BB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 44.95%
G = 49.73%
B = 5.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#A9BB14 (or 0xA9BB14) is known color: Bahia. HEX triplet: A9, BB and 14. RGB value is (169,187,20). Sum of RGB (Red+Green+Blue) = 169+187+20=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BB14 is #5644EB. Grayscale: #A3A3A3. Windows color (decimal): -5653740 or 1358761. OLE color: 1358761.

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

Color convert

RGB 169 187 20 -
CMYK 0.10 0 0.89 0.27
HSL 66.47º 0.81% 0.41% -
HSV(B) 66.47º 0.89% 0.73% -
XYZ 34.26 44.03 7.35 -
YUV 162.58 47.54 132.58 -
System Red Green Blue C M Y K H S L
Decimal 169 187 20 0.10 0 0.89 0.27 66.47 0.81 0.41
Hex A9 BB 14 A 0 59 1B 42 51 29
Octal 251 273 24 12 0 131 33 102 121 51
Binary 10101001 10111011 10100 1010 0 1011001 11011 1000010 1010001 101001

Color Harmonies of #A9BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BB14

Black with #A9BB14

Text Example


Text Example

White with #A9BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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