Html Css Color HEX #ADB18B Bud

📋 copy color: '#ADB18B'

red 173 ◦ green 177 ◦ blue 139

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

Shades of Bud #ADB18B

Tints of Bud #ADB18B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 35.38%
G = 36.2%
B = 28.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#ADB18B (or 0xADB18B) is known color: Bud. HEX triplet: AD, B1 and 8B. RGB value is (173,177,139). Sum of RGB (Red+Green+Blue) = 173+177+139=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18B is #524E74. Grayscale: #ABABAB. Windows color (decimal): -5394037 or 9154989. OLE color: 9154989.

HSL color Cylindrical-coordinate representation of color #ADB18B: hue angle of 66.32º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB18B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 139 -
CMYK 0.02 0 0.21 0.31
HSL 66.32º 0.2% 0.62% -
HSV(B) 66.32º 0.21% 0.69% -
XYZ 37.62 42.19 30.59 -
YUV 171.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 173 177 139 0.02 0 0.21 0.31 66.32 0.2 0.62
Hex AD B1 8B 2 0 15 1F 42 14 3E
Octal 255 261 213 2 0 25 37 102 24 76
Binary 10101101 10110001 10001011 10 0 10101 11111 1000010 10100 111110

Color Harmonies of #ADB18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB18B

Black with #ADB18B

Text Example


Text Example

White with #ADB18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB18B; }

 p { color: rgb(173,177,139); }

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

background-color css

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

 a { background-color: rgb(173,177,139); }

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

border-color css

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

 span { border-color: rgb(173,177,139); }

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