#ADB38F

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

Shades of Bud #ADB38F

Tints of Bud #ADB38F

Color information

#ADB38F (or 0xADB38F) is unknown color: approx Bud. HEX triplet: AD, B3 and 8F. RGB value is (173,179,143). Sum of RGB (Red+Green+Blue) = 173+179+143=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB38F is #524C70. Grayscale: #ADADAD. Windows color (decimal): -5393521 or 9417645. OLE color: 9417645.

HSL color Cylindrical-coordinate representation of color #ADB38F: hue angle of 70º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB38F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB173179143-
CMYK0.0300.200.30
HSL70º19.15%63.14%-
HSV(B)70º20.11%70.2%-
XYZ38.3143.1132.29-
YUV173.1111.01127.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=34.95%
G=36.16%
B=28.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791430.0300.200.307019.1563.14
HexADB38F30141E46133f
Octal2552632173024361062377
Binary1010110110110011100011111101010011110100011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB38F; }

 p { color: rgb(173,179,143); }

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

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

 a { background-color: rgb(173,179,143); }

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

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

 span { border-color: rgb(173,179,143); }

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