Html Css Color HEX #A9BD12 Bahia

📋 copy color: '#A9BD12'

red 169 ◦ green 189 ◦ blue 18

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

Shades of Bahia #A9BD12

Tints of Bahia #A9BD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 44.95%
G = 50.27%
B = 4.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#A9BD12 (or 0xA9BD12) is known color: Bahia. HEX triplet: A9, BD and 12. RGB value is (169,189,18). Sum of RGB (Red+Green+Blue) = 169+189+18=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BD12 is #5642ED. Grayscale: #A4A4A4. Windows color (decimal): -5653230 or 1228201. OLE color: 1228201.

HSL color Cylindrical-coordinate representation of color #A9BD12: hue angle of 67.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9BD12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 18 -
CMYK 0.11 0 0.90 0.26
HSL 67.02º 0.83% 0.41% -
HSV(B) 67.02º 0.9% 0.74% -
XYZ 34.67 44.87 7.41 -
YUV 163.53 45.87 131.9 -
System Red Green Blue C M Y K H S L
Decimal 169 189 18 0.11 0 0.90 0.26 67.02 0.83 0.41
Hex A9 BD 12 B 0 5A 1A 43 53 29
Octal 251 275 22 13 0 132 32 103 123 51
Binary 10101001 10111101 10010 1011 0 1011010 11010 1000011 1010011 101001

Color Harmonies of #A9BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD12

Black with #A9BD12

Text Example


Text Example

White with #A9BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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