#ADB31F

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

Shades of Bahia #ADB31F

Tints of Bahia #ADB31F

Color information

#ADB31F (or 0xADB31F) is unknown color: approx Bahia. HEX triplet: AD, B3 and 1F. RGB value is (173,179,31). Sum of RGB (Red+Green+Blue) = 173+179+31=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB31F is #524CE0. Grayscale: #A0A0A0. Windows color (decimal): -5393633 or 2077613. OLE color: 2077613.

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

Color convert

RGB17317931-
CMYK0.0300.830.30
HSL62.43º70.48%41.18%-
HSV(B)62.43º82.68%70.2%-
XYZ33.641.227.48-
YUV160.3355.01137.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 31 (12.5% from 255) = 8.09%
R=45.17%
G=46.74%
B=8.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal173179310.0300.830.3062.4370.4841.18
HexADB31F30531E3e4629
Octal2552633730123367610651
Binary1010110110110011111111101010011111101111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB31F; }

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

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

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

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

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

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

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

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