#ADB121

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

Shades of Bahia #ADB121

Tints of Bahia #ADB121

Color information

#ADB121 (or 0xADB121) is unknown color: approx Bahia. HEX triplet: AD, B1 and 21. RGB value is (173,177,33). Sum of RGB (Red+Green+Blue) = 173+177+33=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB121 is #524EDE. Grayscale: #9F9F9F. Windows color (decimal): -5394143 or 2208173. OLE color: 2208173.

HSL color Cylindrical-coordinate representation of color #ADB121: hue angle of 61.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB121 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17317733-
CMYK0.0200.810.31
HSL61.67º68.57%41.18%-
HSV(B)61.67º81.36%69.41%-
XYZ33.2340.447.49-
YUV159.3956.67137.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=45.17%
G=46.21%
B=8.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173177330.0200.810.3161.6768.5741.18
HexADB12120511F3e4529
Octal2552614120121377610551
Binary10101101101100011000011001010001111111111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB121; }

 p { color: rgb(173,177,33); }

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

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

 a { background-color: rgb(173,177,33); }

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

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

 span { border-color: rgb(173,177,33); }

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