Html Css Color HEX #A9BD18 Bahia

📋 copy color: '#A9BD18'

red 169 ◦ green 189 ◦ blue 24

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

Shades of Bahia #A9BD18

Tints of Bahia #A9BD18

RGB

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

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

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

R = 44.24%
G = 49.48%
B = 6.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#A9BD18 (or 0xA9BD18) is known color: Bahia. HEX triplet: A9, BD and 18. RGB value is (169,189,24). Sum of RGB (Red+Green+Blue) = 169+189+24=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BD18 is #5642E7. Grayscale: #A4A4A4. Windows color (decimal): -5653224 or 1621417. OLE color: 1621417.

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

Color convert

RGB 169 189 24 -
CMYK 0.11 0 0.87 0.26
HSL 67.27º 0.77% 0.42% -
HSV(B) 67.27º 0.87% 0.74% -
XYZ 34.72 44.9 7.7 -
YUV 164.21 48.87 131.42 -
System Red Green Blue C M Y K H S L
Decimal 169 189 24 0.11 0 0.87 0.26 67.27 0.77 0.42
Hex A9 BD 18 B 0 57 1A 43 4D 2A
Octal 251 275 30 13 0 127 32 103 115 52
Binary 10101001 10111101 11000 1011 0 1010111 11010 1000011 1001101 101010

Color Harmonies of #A9BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD18

Black with #A9BD18

Text Example


Text Example

White with #A9BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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