#ADB316

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

Shades of Bahia #ADB316

Tints of Bahia #ADB316

Color information

#ADB316 (or 0xADB316) is unknown color: approx Bahia. HEX triplet: AD, B3 and 16. RGB value is (173,179,22). Sum of RGB (Red+Green+Blue) = 173+179+22=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB316 is #524CE9. Grayscale: #9F9F9F. Windows color (decimal): -5393642 or 1487789. OLE color: 1487789.

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

Color convert

RGB17317922-
CMYK0.0300.880.30
HSL62.29º78.11%39.41%-
HSV(B)62.29º87.71%70.2%-
XYZ33.541.186.94-
YUV159.3150.51137.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 22 (8.98% from 255) = 5.88%
R=46.26%
G=47.86%
B=5.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179220.0300.880.3062.2978.1139.41
HexADB31630581E3e4e27
Octal2552632630130367611647
Binary1010110110110011101101101011000111101111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB316; }

 p { color: rgb(173,179,22); }

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

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

 a { background-color: rgb(173,179,22); }

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

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

 span { border-color: rgb(173,179,22); }

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