Html Css Color HEX #ADB291 Bud

📋 copy color: '#ADB291'

red 173 ◦ green 178 ◦ blue 145

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

Shades of Bud #ADB291

Tints of Bud #ADB291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 34.88%
G = 35.89%
B = 29.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#ADB291 (or 0xADB291) is known color: Bud. HEX triplet: AD, B2 and 91. RGB value is (173,178,145). Sum of RGB (Red+Green+Blue) = 173+178+145=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB291 is #524D6E. Grayscale: #ACACAC. Windows color (decimal): -5393775 or 9548461. OLE color: 9548461.

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

Color convert

RGB 173 178 145 -
CMYK 0.03 0 0.19 0.30
HSL 69.09º 0.18% 0.63% -
HSV(B) 69.09º 0.19% 0.7% -
XYZ 38.26 42.77 33.03 -
YUV 172.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 173 178 145 0.03 0 0.19 0.30 69.09 0.18 0.63
Hex AD B2 91 3 0 13 1E 45 12 3F
Octal 255 262 221 3 0 23 36 105 22 77
Binary 10101101 10110010 10010001 11 0 10011 11110 1000101 10010 111111

Color Harmonies of #ADB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB291

Black with #ADB291

Text Example


Text Example

White with #ADB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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