#A8BD12

Color #A8BD12 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8BD12

Tints of Bahia #A8BD12

Color information

#A8BD12 (or 0xA8BD12) is unknown color: approx Bahia. HEX triplet: A8, BD and 12. RGB value is (168,189,18). Sum of RGB (Red+Green+Blue) = 168+189+18=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD12 is #5742ED. Grayscale: #A3A3A3. Windows color (decimal): -5718766 or 1228200. OLE color: 1228200.

HSL color Cylindrical-coordinate representation of color #A8BD12: hue angle of 67.37º 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 #A8BD12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB16818918-
CMYK0.1100.900.26
HSL67.37º82.61%40.59%-
HSV(B)67.37º90.48%74.12%-
XYZ34.4644.767.4-
YUV163.2346.04131.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=44.8%
G=50.4%
B=4.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal168189180.1100.900.2667.3782.6140.59
HexA8BD12B05A1A435329
Octal250275221301323210312351
Binary1010100010111101100101011010110101101010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD12; }

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

 H1.HeaderClassName
 {
   color: #A8BD12;
 }
 .AnyTagClassName
 {
   color: #A8BD12;
 }
</style>
background-color css

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

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

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

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

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

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