Html Css Color HEX #ADB38F Bud

📋 copy color: '#ADB38F'

red 173 ◦ green 179 ◦ blue 143

#ADB38F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bud #ADB38F

Tints of Bud #ADB38F

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 value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#ADB38F (or 0xADB38F) is known color: 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

RGB 173 179 143 -
CMYK 0.03 0 0.20 0.30
HSL 70º 0.19% 0.63% -
HSV(B) 70º 0.2% 0.7% -
XYZ 38.31 43.11 32.29 -
YUV 173.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 173 179 143 0.03 0 0.20 0.30 70 0.19 0.63
Hex AD B3 8F 3 0 14 1E 46 13 3F
Octal 255 263 217 3 0 24 36 106 23 77
Binary 10101101 10110011 10001111 11 0 10100 11110 1000110 10011 111111

Color Harmonies of #ADB38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB38F

Black with #ADB38F

Text Example


Text Example

White with #ADB38F

Text Example


Text Example

HTML Codes & Css Web 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>