Html Css Color HEX #ADB496 Green Spring

📋 copy color: '#ADB496'

red 173 ◦ green 180 ◦ blue 150

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

Shades of Green Spring #ADB496

Tints of Green Spring #ADB496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 34.39%
G = 35.79%
B = 29.82%

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

#ADB496 (or 0xADB496) is known color: Green Spring. HEX triplet: AD, B4 and 96. RGB value is (173,180,150). Sum of RGB (Red+Green+Blue) = 173+180+150=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB496 is #524B69. Grayscale: #AEAEAE. Windows color (decimal): -5393258 or 9876653. OLE color: 9876653.

HSL color Cylindrical-coordinate representation of color #ADB496: hue angle of 74º 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 #ADB496 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 150 -
CMYK 0.04 0 0.17 0.29
HSL 74º 0.17% 0.65% -
HSV(B) 74º 0.17% 0.71% -
XYZ 39.06 43.73 35.24 -
YUV 174.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 173 180 150 0.04 0 0.17 0.29 74 0.17 0.65
Hex AD B4 96 4 0 11 1D 4A 11 41
Octal 255 264 226 4 0 21 35 112 21 101
Binary 10101101 10110100 10010110 100 0 10001 11101 1001010 10001 1000001

Color Harmonies of #ADB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB496

Black with #ADB496

Text Example


Text Example

White with #ADB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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