Html Css Color HEX #ADB18E Bud

📋 copy color: '#ADB18E'

red 173 ◦ green 177 ◦ blue 142

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

Shades of Bud #ADB18E

Tints of Bud #ADB18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 35.16%
G = 35.98%
B = 28.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#ADB18E (or 0xADB18E) is known color: Bud. HEX triplet: AD, B1 and 8E. RGB value is (173,177,142). Sum of RGB (Red+Green+Blue) = 173+177+142=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB18E is #524E71. Grayscale: #ABABAB. Windows color (decimal): -5394034 or 9351597. OLE color: 9351597.

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

Color convert

RGB 173 177 142 -
CMYK 0.02 0 0.20 0.31
HSL 66.86º 0.18% 0.63% -
HSV(B) 66.86º 0.2% 0.69% -
XYZ 37.84 42.28 31.76 -
YUV 171.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 173 177 142 0.02 0 0.20 0.31 66.86 0.18 0.63
Hex AD B1 8E 2 0 14 1F 43 12 3F
Octal 255 261 216 2 0 24 37 103 22 77
Binary 10101101 10110001 10001110 10 0 10100 11111 1000011 10010 111111

Color Harmonies of #ADB18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB18E

Black with #ADB18E

Text Example


Text Example

White with #ADB18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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