Html Css Color HEX #ADB196 Green Spring

📋 copy color: '#ADB196'

red 173 ◦ green 177 ◦ blue 150

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

Shades of Green Spring #ADB196

Tints of Green Spring #ADB196

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 34.6%
G = 35.4%
B = 30%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#ADB196 (or 0xADB196) is known color: Green Spring. HEX triplet: AD, B1 and 96. RGB value is (173,177,150). Sum of RGB (Red+Green+Blue) = 173+177+150=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB196 is #524E69. Grayscale: #ACACAC. Windows color (decimal): -5394026 or 9875885. OLE color: 9875885.

HSL color Cylindrical-coordinate representation of color #ADB196: hue angle of 68.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB196 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 150 -
CMYK 0.02 0 0.15 0.31
HSL 68.89º 0.15% 0.64% -
HSV(B) 68.89º 0.15% 0.69% -
XYZ 38.46 42.53 35.04 -
YUV 172.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 173 177 150 0.02 0 0.15 0.31 68.89 0.15 0.64
Hex AD B1 96 2 0 F 1F 45 F 40
Octal 255 261 226 2 0 17 37 105 17 100
Binary 10101101 10110001 10010110 10 0 1111 11111 1000101 1111 1000000

Color Harmonies of #ADB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB196

Black with #ADB196

Text Example


Text Example

White with #ADB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB196; }

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

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

background-color css

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

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

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

border-color css

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

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

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