#A0B918

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

Shades of Bahia #A0B918

Tints of Bahia #A0B918

Color information

#A0B918 (or 0xA0B918) is unknown color: approx Bahia. HEX triplet: A0, B9 and 18. RGB value is (160,185,24). Sum of RGB (Red+Green+Blue) = 160+185+24=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B918 is #5F46E7. Grayscale: #9F9F9F. Windows color (decimal): -6244072 or 1620384. OLE color: 1620384.

HSL color Cylindrical-coordinate representation of color #A0B918: hue angle of 69.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0B918 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB16018524-
CMYK0.1400.870.27
HSL69.32º77.03%40.98%-
HSV(B)69.32º87.03%72.55%-
XYZ32.0142.247.33-
YUV159.1751.72128.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 24 (9.77% from 255) = 6.50%
R=43.36%
G=50.14%
B=6.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185240.1400.870.2769.3277.0340.98
HexA0B918E0571B454d29
Octal240271301601273310511551
Binary1010000010111001110001110010101111101110001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B918; }

 p { color: rgb(160,185,24); }

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

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

 a { background-color: rgb(160,185,24); }

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

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

 span { border-color: rgb(160,185,24); }

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