#A0BD17

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

Shades of Bahia #A0BD17

Tints of Bahia #A0BD17

Color information

#A0BD17 (or 0xA0BD17) is unknown color: approx Bahia. HEX triplet: A0, BD and 17. RGB value is (160,189,23). Sum of RGB (Red+Green+Blue) = 160+189+23=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD17 is #5F42E8. Grayscale: #A2A2A2. Windows color (decimal): -6243049 or 1555872. OLE color: 1555872.

HSL color Cylindrical-coordinate representation of color #A0BD17: hue angle of 70.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0BD17 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB16018923-
CMYK0.1500.880.26
HSL70.48º78.3%41.57%-
HSV(B)70.48º87.83%74.12%-
XYZ32.8543.937.56-
YUV161.449.89127-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 23 (9.38% from 255) = 6.18%
R=43.01%
G=50.81%
B=6.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160189230.1500.880.2670.4878.341.57
HexA0BD17F0581A464e2a
Octal240275271701303210611652
Binary1010000010111101101111111010110001101010001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD17; }

 p { color: rgb(160,189,23); }

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

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

 a { background-color: rgb(160,189,23); }

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

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

 span { border-color: rgb(160,189,23); }

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