#ADB41E

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

Shades of Bahia #ADB41E

Tints of Bahia #ADB41E

Color information

#ADB41E (or 0xADB41E) is unknown color: approx Bahia. HEX triplet: AD, B4 and 1E. RGB value is (173,180,30). Sum of RGB (Red+Green+Blue) = 173+180+30=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB41E is #524BE1. Grayscale: #A1A1A1. Windows color (decimal): -5393378 or 2012333. OLE color: 2012333.

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

Color convert

RGB17318030-
CMYK0.0400.830.29
HSL62.8º71.43%41.18%-
HSV(B)62.8º83.33%70.59%-
XYZ33.7941.627.48-
YUV160.8154.18136.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 30 (12.11% from 255) = 7.83%
R=45.17%
G=47.00%
B=7.83%

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
Decimal173180300.0400.830.2962.871.4341.18
HexADB41E40531D3f4729
Octal2552643640123357710751
Binary10101101101101001111010001010011111011111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB41E; }

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

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

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

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

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

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

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

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