#ADB61E

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

Shades of Bahia #ADB61E

Tints of Bahia #ADB61E

Color information

#ADB61E (or 0xADB61E) is unknown color: approx Bahia. HEX triplet: AD, B6 and 1E. RGB value is (173,182,30). Sum of RGB (Red+Green+Blue) = 173+182+30=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB61E is #5249E1. Grayscale: #A2A2A2. Windows color (decimal): -5392866 or 2012845. OLE color: 2012845.

HSL color Cylindrical-coordinate representation of color #ADB61E: hue angle of 63.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB61E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB17318230-
CMYK0.0500.840.29
HSL63.55º71.7%41.57%-
HSV(B)63.55º83.52%71.37%-
XYZ34.242.437.62-
YUV161.9853.52135.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 30 (12.11% from 255) = 7.79%
R=44.94%
G=47.27%
B=7.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173182300.0500.840.2963.5571.741.57
HexADB61E50541D40482a
Octal25526636501243510011052
Binary101011011011011011110101010101001110110000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB61E; }

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

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

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

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

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

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

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

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