#ADB014

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

Shades of Bahia #ADB014

Tints of Bahia #ADB014

Color information

#ADB014 (or 0xADB014) is unknown color: approx Bahia. HEX triplet: AD, B0 and 14. RGB value is (173,176,20). Sum of RGB (Red+Green+Blue) = 173+176+20=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB014 is #524FEB. Grayscale: #9D9D9D. Windows color (decimal): -5394412 or 1355949. OLE color: 1355949.

HSL color Cylindrical-coordinate representation of color #ADB014: hue angle of 61.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB014 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17317620-
CMYK0.0200.890.31
HSL61.15º79.59%38.43%-
HSV(B)61.15º88.64%69.02%-
XYZ32.8939.996.65-
YUV157.3250.51139.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 20 (8.20% from 255) = 5.42%
R=46.88%
G=47.70%
B=5.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173176200.0200.890.3161.1579.5938.43
HexADB01420591F3d5026
Octal2552602420131377512046
Binary1010110110110000101001001011001111111111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB014; }

 p { color: rgb(173,176,20); }

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

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

 a { background-color: rgb(173,176,20); }

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

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

 span { border-color: rgb(173,176,20); }

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