Html Css Color HEX #ADB495 Green Spring

📋 copy color: '#ADB495'

red 173 ◦ green 180 ◦ blue 149

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

Shades of Green Spring #ADB495

Tints of Green Spring #ADB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 34.46%
G = 35.86%
B = 29.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#ADB495 (or 0xADB495) is known color: Green Spring. HEX triplet: AD, B4 and 95. RGB value is (173,180,149). Sum of RGB (Red+Green+Blue) = 173+180+149=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB495 is #524B6A. Grayscale: #AEAEAE. Windows color (decimal): -5393259 or 9811117. OLE color: 9811117.

HSL color Cylindrical-coordinate representation of color #ADB495: hue angle of 73.55º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB495 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 149 -
CMYK 0.04 0 0.17 0.29
HSL 73.55º 0.17% 0.65% -
HSV(B) 73.55º 0.17% 0.71% -
XYZ 38.98 43.7 34.81 -
YUV 174.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 173 180 149 0.04 0 0.17 0.29 73.55 0.17 0.65
Hex AD B4 95 4 0 11 1D 4A 11 41
Octal 255 264 225 4 0 21 35 112 21 101
Binary 10101101 10110100 10010101 100 0 10001 11101 1001010 10001 1000001

Color Harmonies of #ADB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB495

Black with #ADB495

Text Example


Text Example

White with #ADB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB495; }

 p { color: rgb(173,180,149); }

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

background-color css

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

 a { background-color: rgb(173,180,149); }

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

border-color css

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

 span { border-color: rgb(173,180,149); }

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