Html Css Color HEX #ADAE90 Bud

📋 copy color: '#ADAE90'

red 173 ◦ green 174 ◦ blue 144

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

Shades of Bud #ADAE90

Tints of Bud #ADAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 35.23%
G = 35.44%
B = 29.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#ADAE90 (or 0xADAE90) is known color: Bud. HEX triplet: AD, AE and 90. RGB value is (173,174,144). Sum of RGB (Red+Green+Blue) = 173+174+144=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE90 is #52516F. Grayscale: #AAAAAA. Windows color (decimal): -5394800 or 9481901. OLE color: 9481901.

HSL color Cylindrical-coordinate representation of color #ADAE90: hue angle of 62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAE90 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 144 -
CMYK 0.01 0 0.17 0.32
HSL 62º 0.16% 0.62% -
HSV(B) 62º 0.17% 0.68% -
XYZ 37.4 41.17 32.36 -
YUV 170.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 173 174 144 0.01 0 0.17 0.32 62 0.16 0.62
Hex AD AE 90 1 0 11 20 3E 10 3E
Octal 255 256 220 1 0 21 40 76 20 76
Binary 10101101 10101110 10010000 1 0 10001 100000 111110 10000 111110

Color Harmonies of #ADAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE90

Black with #ADAE90

Text Example


Text Example

White with #ADAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE90; }

 p { color: rgb(173,174,144); }

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

background-color css

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

 a { background-color: rgb(173,174,144); }

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

border-color css

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

 span { border-color: rgb(173,174,144); }

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