Html Css Color HEX #ADB384 Bud

📋 copy color: '#ADB384'

red 173 ◦ green 179 ◦ blue 132

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

Shades of Bud #ADB384

Tints of Bud #ADB384

RGB

 RED value IS 173 (67.97% from 255) = 35.74%

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 132 (51.95% from 255) = 27.27%

R = 35.74%
G = 36.98%
B = 27.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#ADB384 (or 0xADB384) is known color: Bud. HEX triplet: AD, B3 and 84. RGB value is (173,179,132). Sum of RGB (Red+Green+Blue) = 173+179+132=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB384 is #524C7B. Grayscale: #ACACAC. Windows color (decimal): -5393532 or 8696749. OLE color: 8696749.

HSL color Cylindrical-coordinate representation of color #ADB384: hue angle of 67.66º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB384 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 132 -
CMYK 0.03 0 0.26 0.30
HSL 67.66º 0.24% 0.61% -
HSV(B) 67.66º 0.26% 0.7% -
XYZ 37.52 42.79 28.11 -
YUV 171.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 173 179 132 0.03 0 0.26 0.30 67.66 0.24 0.61
Hex AD B3 84 3 0 1A 1E 44 18 3D
Octal 255 263 204 3 0 32 36 104 30 75
Binary 10101101 10110011 10000100 11 0 11010 11110 1000100 11000 111101

Color Harmonies of #ADB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB384

Black with #ADB384

Text Example


Text Example

White with #ADB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB384; }

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

 H1.HeaderClassName
 {
   color: #ADB384;
 }
 .AnyTagClassName
 {
   color: #ADB384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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