Html Css Color HEX #ADB488 Bud

📋 copy color: '#ADB488'

red 173 ◦ green 180 ◦ blue 136

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

Shades of Bud #ADB488

Tints of Bud #ADB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 35.38%
G = 36.81%
B = 27.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#ADB488 (or 0xADB488) is known color: Bud. HEX triplet: AD, B4 and 88. RGB value is (173,180,136). Sum of RGB (Red+Green+Blue) = 173+180+136=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB488 is #524B77. Grayscale: #ADADAD. Windows color (decimal): -5393272 or 8959149. OLE color: 8959149.

HSL color Cylindrical-coordinate representation of color #ADB488: hue angle of 69.55º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB488 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 136 -
CMYK 0.04 0 0.24 0.29
HSL 69.55º 0.23% 0.62% -
HSV(B) 69.55º 0.24% 0.71% -
XYZ 38 43.3 29.65 -
YUV 172.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 173 180 136 0.04 0 0.24 0.29 69.55 0.23 0.62
Hex AD B4 88 4 0 18 1D 46 17 3E
Octal 255 264 210 4 0 30 35 106 27 76
Binary 10101101 10110100 10001000 100 0 11000 11101 1000110 10111 111110

Color Harmonies of #ADB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB488

Black with #ADB488

Text Example


Text Example

White with #ADB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB488; }

 p { color: rgb(173,180,136); }

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

background-color css

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

 a { background-color: rgb(173,180,136); }

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

border-color css

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

 span { border-color: rgb(173,180,136); }

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