#ADBA32

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

Shades of Bahia #ADBA32

Tints of Bahia #ADBA32

Color information

#ADBA32 (or 0xADBA32) is unknown color: approx Bahia. HEX triplet: AD, BA and 32. RGB value is (173,186,50). Sum of RGB (Red+Green+Blue) = 173+186+50=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA32 is #5245CD. Grayscale: #A7A7A7. Windows color (decimal): -5391822 or 3324589. OLE color: 3324589.

HSL color Cylindrical-coordinate representation of color #ADBA32: hue angle of 65.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADBA32 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB17318650-
CMYK0.0700.730.27
HSL65.74º57.63%46.27%-
HSV(B)65.74º73.12%72.94%-
XYZ35.3744.239.69-
YUV166.6162.19132.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.30%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=42.30%
G=45.48%
B=12.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173186500.0700.730.2765.7457.6346.27
HexADBA3270491B423a2e
Octal2552726270111331027256
Binary101011011011101011001011101001001110111000010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA32; }

 p { color: rgb(173,186,50); }

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

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

 a { background-color: rgb(173,186,50); }

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

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

 span { border-color: rgb(173,186,50); }

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