#ADB81F

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

Shades of Bahia #ADB81F

Tints of Bahia #ADB81F

Color information

#ADB81F (or 0xADB81F) is unknown color: approx Bahia. HEX triplet: AD, B8 and 1F. RGB value is (173,184,31). Sum of RGB (Red+Green+Blue) = 173+184+31=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81F is #5247E0. Grayscale: #A3A3A3. Windows color (decimal): -5392353 or 2078893. OLE color: 2078893.

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

Color convert

RGB17318431-
CMYK0.0600.830.28
HSL64.31º71.16%42.16%-
HSV(B)64.31º83.15%72.16%-
XYZ34.6243.267.82-
YUV163.2753.36134.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 184 (72.27% from 255) = 47.42%
BLUE value IS 31 (12.5% from 255) = 7.99%
R=44.59%
G=47.42%
B=7.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184310.0600.830.2864.3171.1642.16
HexADB81F60531C40472a
Octal25527037601233410010752
Binary101011011011100011111110010100111110010000001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB81F; }

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

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

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

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

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

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

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

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