#ADB730

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

Shades of Bahia #ADB730

Tints of Bahia #ADB730

Color information

#ADB730 (or 0xADB730) is unknown color: approx Bahia. HEX triplet: AD, B7 and 30. RGB value is (173,183,48). Sum of RGB (Red+Green+Blue) = 173+183+48=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB730 is #5248CF. Grayscale: #A5A5A5. Windows color (decimal): -5392592 or 3192749. OLE color: 3192749.

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

Color convert

RGB17318348-
CMYK0.0500.740.28
HSL64.44º58.44%45.29%-
HSV(B)64.44º73.77%71.76%-
XYZ34.742.969.26-
YUV164.6262.19133.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.82%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 48 (19.14% from 255) = 11.88%
R=42.82%
G=45.30%
B=11.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173183480.0500.740.2864.4458.4445.29
HexADB730504A1C403a2d
Octal2552676050112341007255
Binary101011011011011111000010101001010111001000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB730; }

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

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

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

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

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

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

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

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