#ADB726

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

Shades of Bahia #ADB726

Tints of Bahia #ADB726

Color information

#ADB726 (or 0xADB726) is unknown color: approx Bahia. HEX triplet: AD, B7 and 26. RGB value is (173,183,38). Sum of RGB (Red+Green+Blue) = 173+183+38=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB726 is #5248D9. Grayscale: #A4A4A4. Windows color (decimal): -5392602 or 2537389. OLE color: 2537389.

HSL color Cylindrical-coordinate representation of color #ADB726: hue angle of 64.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADB726 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB17318338-
CMYK0.0500.790.28
HSL64.14º65.61%43.33%-
HSV(B)64.14º79.23%71.76%-
XYZ34.5242.898.29-
YUV163.4857.19134.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=43.91%
G=46.45%
B=9.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183380.0500.790.2864.1465.6143.33
HexADB726504F1C40422b
Octal25526746501173410010253
Binary1010110110110111100110101010011111110010000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB726; }

 p { color: rgb(173,183,38); }

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

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

 a { background-color: rgb(173,183,38); }

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

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

 span { border-color: rgb(173,183,38); }

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