#ADB523

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

Shades of Bahia #ADB523

Tints of Bahia #ADB523

Color information

#ADB523 (or 0xADB523) is unknown color: approx Bahia. HEX triplet: AD, B5 and 23. RGB value is (173,181,35). Sum of RGB (Red+Green+Blue) = 173+181+35=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB523 is #524ADC. Grayscale: #A2A2A2. Windows color (decimal): -5393117 or 2340269. OLE color: 2340269.

HSL color Cylindrical-coordinate representation of color #ADB523: hue angle of 63.29º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB523 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB17318135-
CMYK0.0400.810.29
HSL63.29º67.59%42.35%-
HSV(B)63.29º80.66%70.98%-
XYZ34.0642.057.91-
YUV161.9656.35135.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 35 (14.06% from 255) = 9.00%
R=44.47%
G=46.53%
B=9.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173181350.0400.810.2963.2967.5942.35
HexADB52340511D3f442a
Octal2552654340121357710452
Binary101011011011010110001110001010001111011111111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB523; }

 p { color: rgb(173,181,35); }

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

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

 a { background-color: rgb(173,181,35); }

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

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

 span { border-color: rgb(173,181,35); }

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