Html Css Color HEX #A9BA18 Bahia

📋 copy color: '#A9BA18'

red 169 ◦ green 186 ◦ blue 24

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

Shades of Bahia #A9BA18

Tints of Bahia #A9BA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 44.59%
G = 49.08%
B = 6.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#A9BA18 (or 0xA9BA18) is known color: Bahia. HEX triplet: A9, BA and 18. RGB value is (169,186,24). Sum of RGB (Red+Green+Blue) = 169+186+24=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BA18 is #5645E7. Grayscale: #A3A3A3. Windows color (decimal): -5653992 or 1620649. OLE color: 1620649.

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

Color convert

RGB 169 186 24 -
CMYK 0.09 0 0.87 0.27
HSL 66.3º 0.77% 0.41% -
HSV(B) 66.3º 0.87% 0.73% -
XYZ 34.09 43.62 7.49 -
YUV 162.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 169 186 24 0.09 0 0.87 0.27 66.3 0.77 0.41
Hex A9 BA 18 9 0 57 1B 42 4D 29
Octal 251 272 30 11 0 127 33 102 115 51
Binary 10101001 10111010 11000 1001 0 1010111 11011 1000010 1001101 101001

Color Harmonies of #A9BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA18

Black with #A9BA18

Text Example


Text Example

White with #A9BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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