#ADB21F

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

Shades of Bahia #ADB21F

Tints of Bahia #ADB21F

Color information

#ADB21F (or 0xADB21F) is unknown color: approx Bahia. HEX triplet: AD, B2 and 1F. RGB value is (173,178,31). Sum of RGB (Red+Green+Blue) = 173+178+31=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB21F is #524DE0. Grayscale: #A0A0A0. Windows color (decimal): -5393889 or 2077357. OLE color: 2077357.

HSL color Cylindrical-coordinate representation of color #ADB21F: hue angle of 62.04º 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 #ADB21F is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB17317831-
CMYK0.0300.830.30
HSL62.04º70.33%40.98%-
HSV(B)62.04º82.58%69.8%-
XYZ33.440.827.42-
YUV159.7555.34137.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 31 (12.5% from 255) = 8.12%
R=45.29%
G=46.60%
B=8.12%

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
Decimal173178310.0300.830.3062.0470.3340.98
HexADB21F30531E3e4629
Octal2552623730123367610651
Binary1010110110110010111111101010011111101111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB21F; }

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

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

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

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

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

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

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

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