Html Css Color HEX #ADB28B Bud

📋 copy color: '#ADB28B'

red 173 ◦ green 178 ◦ blue 139

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

Shades of Bud #ADB28B

Tints of Bud #ADB28B

RGB

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

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

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

R = 35.31%
G = 36.33%
B = 28.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#ADB28B (or 0xADB28B) is known color: Bud. HEX triplet: AD, B2 and 8B. RGB value is (173,178,139). Sum of RGB (Red+Green+Blue) = 173+178+139=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28B is #524D74. Grayscale: #ACACAC. Windows color (decimal): -5393781 or 9155245. OLE color: 9155245.

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

Color convert

RGB 173 178 139 -
CMYK 0.03 0 0.22 0.30
HSL 67.69º 0.2% 0.62% -
HSV(B) 67.69º 0.22% 0.7% -
XYZ 37.81 42.59 30.65 -
YUV 172.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 173 178 139 0.03 0 0.22 0.30 67.69 0.2 0.62
Hex AD B2 8B 3 0 16 1E 44 14 3E
Octal 255 262 213 3 0 26 36 104 24 76
Binary 10101101 10110010 10001011 11 0 10110 11110 1000100 10100 111110

Color Harmonies of #ADB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB28B

Black with #ADB28B

Text Example


Text Example

White with #ADB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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