Html Css Color HEX #A9BD1A Bahia

📋 copy color: '#A9BD1A'

red 169 ◦ green 189 ◦ blue 26

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

Shades of Bahia #A9BD1A

Tints of Bahia #A9BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

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

R = 44.01%
G = 49.22%
B = 6.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A9BD1A (or 0xA9BD1A) is known color: Bahia. HEX triplet: A9, BD and 1A. RGB value is (169,189,26). Sum of RGB (Red+Green+Blue) = 169+189+26=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD1A is #5642E5. Grayscale: #A5A5A5. Windows color (decimal): -5653222 or 1752489. OLE color: 1752489.

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

Color convert

RGB 169 189 26 -
CMYK 0.11 0 0.86 0.26
HSL 67.36º 0.76% 0.42% -
HSV(B) 67.36º 0.86% 0.74% -
XYZ 34.75 44.9 7.81 -
YUV 164.44 49.87 131.25 -
System Red Green Blue C M Y K H S L
Decimal 169 189 26 0.11 0 0.86 0.26 67.36 0.76 0.42
Hex A9 BD 1A B 0 56 1A 43 4C 2A
Octal 251 275 32 13 0 126 32 103 114 52
Binary 10101001 10111101 11010 1011 0 1010110 11010 1000011 1001100 101010

Color Harmonies of #A9BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD1A

Black with #A9BD1A

Text Example


Text Example

White with #A9BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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