#ADB41F

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

Shades of Bahia #ADB41F

Tints of Bahia #ADB41F

Color information

#ADB41F (or 0xADB41F) is unknown color: approx Bahia. HEX triplet: AD, B4 and 1F. RGB value is (173,180,31). Sum of RGB (Red+Green+Blue) = 173+180+31=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41F is #524BE0. Grayscale: #A1A1A1. Windows color (decimal): -5393377 or 2077869. OLE color: 2077869.

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

Color convert

RGB17318031-
CMYK0.0400.830.29
HSL62.82º70.62%41.37%-
HSV(B)62.82º82.78%70.59%-
XYZ33.841.637.55-
YUV160.9254.68136.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=45.05%
G=46.88%
B=8.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173180310.0400.830.2962.8270.6241.37
HexADB41F40531D3f4729
Octal2552643740123357710751
Binary10101101101101001111110001010011111011111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB41F; }

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

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

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

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

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

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

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

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