#ADB814

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

Shades of Bahia #ADB814

Tints of Bahia #ADB814

Color information

#ADB814 (or 0xADB814) is unknown color: approx Bahia. HEX triplet: AD, B8 and 14. RGB value is (173,184,20). Sum of RGB (Red+Green+Blue) = 173+184+20=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB814 is #5247EB. Grayscale: #A2A2A2. Windows color (decimal): -5392364 or 1357997. OLE color: 1357997.

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

Color convert

RGB17318420-
CMYK0.0600.890.28
HSL64.02º80.39%40%-
HSV(B)64.02º89.13%72.16%-
XYZ34.543.227.18-
YUV162.0147.86135.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=45.89%
G=48.81%
B=5.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184200.0600.890.2864.0280.3940
HexADB81460591C405028
Octal25527024601313410012050
Binary101011011011100010100110010110011110010000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB814; }

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

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

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

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

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

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

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

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