Html Css Color HEX #A9BA1D Bahia

📋 copy color: '#A9BA1D'

red 169 ◦ green 186 ◦ blue 29

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

Shades of Bahia #A9BA1D

Tints of Bahia #A9BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 44.01%
G = 48.44%
B = 7.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A9BA1D (or 0xA9BA1D) is known color: Bahia. HEX triplet: A9, BA and 1D. RGB value is (169,186,29). Sum of RGB (Red+Green+Blue) = 169+186+29=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BA1D is #5645E2. Grayscale: #A3A3A3. Windows color (decimal): -5653987 or 1948329. OLE color: 1948329.

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

Color convert

RGB 169 186 29 -
CMYK 0.09 0 0.84 0.27
HSL 66.5º 0.73% 0.42% -
HSV(B) 66.5º 0.84% 0.73% -
XYZ 34.14 43.64 7.79 -
YUV 163.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 169 186 29 0.09 0 0.84 0.27 66.5 0.73 0.42
Hex A9 BA 1D 9 0 54 1B 42 49 2A
Octal 251 272 35 11 0 124 33 102 111 52
Binary 10101001 10111010 11101 1001 0 1010100 11011 1000010 1001001 101010

Color Harmonies of #A9BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA1D

Black with #A9BA1D

Text Example


Text Example

White with #A9BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA1D; }

 p { color: rgb(169,186,29); }

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

background-color css

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

 a { background-color: rgb(169,186,29); }

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

border-color css

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

 span { border-color: rgb(169,186,29); }

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