#A0BF15

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

Shades of Bahia #A0BF15

Tints of Bahia #A0BF15

Color information

#A0BF15 (or 0xA0BF15) is unknown color: approx Bahia. HEX triplet: A0, BF and 15. RGB value is (160,191,21). Sum of RGB (Red+Green+Blue) = 160+191+21=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF15 is #5F40EA. Grayscale: #A3A3A3. Windows color (decimal): -6242539 or 1425312. OLE color: 1425312.

HSL color Cylindrical-coordinate representation of color #A0BF15: hue angle of 70.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0BF15 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB16019121-
CMYK0.1600.890.25
HSL70.94º80.19%41.57%-
HSV(B)70.94º89.01%74.9%-
XYZ33.2644.797.6-
YUV162.3548.23126.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 21 (8.59% from 255) = 5.65%
R=43.01%
G=51.34%
B=5.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191210.1600.890.2570.9480.1941.57
HexA0BF15100591947502a
Octal240277252001313110712052
Binary10100000101111111010110000010110011100110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF15; }

 p { color: rgb(160,191,21); }

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

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

 a { background-color: rgb(160,191,21); }

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

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

 span { border-color: rgb(160,191,21); }

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