Html Css Color HEX #ADB28E Bud

📋 copy color: '#ADB28E'

red 173 ◦ green 178 ◦ blue 142

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

Shades of Bud #ADB28E

Tints of Bud #ADB28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 35.09%
G = 36.11%
B = 28.8%

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

#ADB28E (or 0xADB28E) is known color: Bud. HEX triplet: AD, B2 and 8E. RGB value is (173,178,142). Sum of RGB (Red+Green+Blue) = 173+178+142=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28E is #524D71. Grayscale: #ACACAC. Windows color (decimal): -5393778 or 9351853. OLE color: 9351853.

HSL color Cylindrical-coordinate representation of color #ADB28E: hue angle of 68.33º 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 #ADB28E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 142 -
CMYK 0.03 0 0.20 0.30
HSL 68.33º 0.19% 0.63% -
HSV(B) 68.33º 0.2% 0.7% -
XYZ 38.04 42.68 31.82 -
YUV 172.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 173 178 142 0.03 0 0.20 0.30 68.33 0.19 0.63
Hex AD B2 8E 3 0 14 1E 44 13 3F
Octal 255 262 216 3 0 24 36 104 23 77
Binary 10101101 10110010 10001110 11 0 10100 11110 1000100 10011 111111

Color Harmonies of #ADB28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB28E

Black with #ADB28E

Text Example


Text Example

White with #ADB28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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