Html Css Color HEX #ADB395 Green Spring

📋 copy color: '#ADB395'

red 173 ◦ green 179 ◦ blue 149

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

Shades of Green Spring #ADB395

Tints of Green Spring #ADB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 34.53%
G = 35.73%
B = 29.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#ADB395 (or 0xADB395) is known color: Green Spring. HEX triplet: AD, B3 and 95. RGB value is (173,179,149). Sum of RGB (Red+Green+Blue) = 173+179+149=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB395 is #524C6A. Grayscale: #ADADAD. Windows color (decimal): -5393515 or 9810861. OLE color: 9810861.

HSL color Cylindrical-coordinate representation of color #ADB395: hue angle of 72º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB395 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 149 -
CMYK 0.03 0 0.17 0.30
HSL 72º 0.16% 0.64% -
HSV(B) 72º 0.17% 0.7% -
XYZ 38.78 43.29 34.75 -
YUV 173.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 173 179 149 0.03 0 0.17 0.30 72 0.16 0.64
Hex AD B3 95 3 0 11 1E 48 10 40
Octal 255 263 225 3 0 21 36 110 20 100
Binary 10101101 10110011 10010101 11 0 10001 11110 1001000 10000 1000000

Color Harmonies of #ADB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB395

Black with #ADB395

Text Example


Text Example

White with #ADB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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