#ADB219

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

Shades of Bahia #ADB219

Tints of Bahia #ADB219

Color information

#ADB219 (or 0xADB219) is unknown color: approx Bahia. HEX triplet: AD, B2 and 19. RGB value is (173,178,25). Sum of RGB (Red+Green+Blue) = 173+178+25=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB219 is #524DE6. Grayscale: #9F9F9F. Windows color (decimal): -5393895 or 1684141. OLE color: 1684141.

HSL color Cylindrical-coordinate representation of color #ADB219: hue angle of 61.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB219 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB17317825-
CMYK0.0300.860.30
HSL61.96º75.37%39.8%-
HSV(B)61.96º85.96%69.8%-
XYZ33.3340.87.04-
YUV159.0652.34137.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 25 (10.16% from 255) = 6.65%
R=46.01%
G=47.34%
B=6.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173178250.0300.860.3061.9675.3739.8
HexADB21930561E3e4b28
Octal2552623130126367611350
Binary1010110110110010110011101010110111101111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB219; }

 p { color: rgb(173,178,25); }

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

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

 a { background-color: rgb(173,178,25); }

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

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

 span { border-color: rgb(173,178,25); }

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