Html Css Color HEX #ADB494 Green Spring

📋 copy color: '#ADB494'

red 173 ◦ green 180 ◦ blue 148

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

Shades of Green Spring #ADB494

Tints of Green Spring #ADB494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 34.53%
G = 35.93%
B = 29.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#ADB494 (or 0xADB494) is known color: Green Spring. HEX triplet: AD, B4 and 94. RGB value is (173,180,148). Sum of RGB (Red+Green+Blue) = 173+180+148=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB494 is #524B6B. Grayscale: #AEAEAE. Windows color (decimal): -5393260 or 9745581. OLE color: 9745581.

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

Color convert

RGB 173 180 148 -
CMYK 0.04 0 0.18 0.29
HSL 73.13º 0.18% 0.64% -
HSV(B) 73.13º 0.18% 0.71% -
XYZ 38.9 43.66 34.39 -
YUV 174.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 173 180 148 0.04 0 0.18 0.29 73.13 0.18 0.64
Hex AD B4 94 4 0 12 1D 49 12 40
Octal 255 264 224 4 0 22 35 111 22 100
Binary 10101101 10110100 10010100 100 0 10010 11101 1001001 10010 1000000

Color Harmonies of #ADB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB494

Black with #ADB494

Text Example


Text Example

White with #ADB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB494; }

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

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

background-color css

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

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

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

border-color css

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

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

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