#A3BF12

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

Shades of Bahia #A3BF12

Tints of Bahia #A3BF12

Color information

#A3BF12 (or 0xA3BF12) is unknown color: approx Bahia. HEX triplet: A3, BF and 12. RGB value is (163,191,18). Sum of RGB (Red+Green+Blue) = 163+191+18=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BF12 is #5C40ED. Grayscale: #A3A3A3. Windows color (decimal): -6045934 or 1228707. OLE color: 1228707.

HSL color Cylindrical-coordinate representation of color #A3BF12: hue angle of 69.71º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3BF12 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB16319118-
CMYK0.1500.910.25
HSL69.71º82.78%40.98%-
HSV(B)69.71º90.58%74.9%-
XYZ33.8445.097.49-
YUV162.9146.22128.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 18 (7.42% from 255) = 4.84%
R=43.82%
G=51.34%
B=4.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163191180.1500.910.2569.7182.7840.98
HexA3BF12F05B19465329
Octal243277221701333110612351
Binary1010001110111111100101111010110111100110001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF12; }

 p { color: rgb(163,191,18); }

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

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

 a { background-color: rgb(163,191,18); }

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

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

 span { border-color: rgb(163,191,18); }

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