Html Css Color HEX #ADB596 Green Spring

📋 copy color: '#ADB596'

red 173 ◦ green 181 ◦ blue 150

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

Shades of Green Spring #ADB596

Tints of Green Spring #ADB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 34.33%
G = 35.91%
B = 29.76%

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

#ADB596 (or 0xADB596) is known color: Green Spring. HEX triplet: AD, B5 and 96. RGB value is (173,181,150). Sum of RGB (Red+Green+Blue) = 173+181+150=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB596 is #524A69. Grayscale: #AFAFAF. Windows color (decimal): -5393002 or 9876909. OLE color: 9876909.

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

Color convert

RGB 173 181 150 -
CMYK 0.04 0 0.17 0.29
HSL 75.48º 0.17% 0.65% -
HSV(B) 75.48º 0.17% 0.71% -
XYZ 39.26 44.13 35.3 -
YUV 175.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 173 181 150 0.04 0 0.17 0.29 75.48 0.17 0.65
Hex AD B5 96 4 0 11 1D 4B 11 41
Octal 255 265 226 4 0 21 35 113 21 101
Binary 10101101 10110101 10010110 100 0 10001 11101 1001011 10001 1000001

Color Harmonies of #ADB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB596

Black with #ADB596

Text Example


Text Example

White with #ADB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB596; }

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

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

background-color css

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

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

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

border-color css

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

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

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