Html Css Color HEX #ADB493 Green Spring

📋 copy color: '#ADB493'

red 173 ◦ green 180 ◦ blue 147

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

Shades of Green Spring #ADB493

Tints of Green Spring #ADB493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.4%

R = 34.6%
G = 36%
B = 29.4%

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

#ADB493 (or 0xADB493) is known color: Green Spring. HEX triplet: AD, B4 and 93. RGB value is (173,180,147). Sum of RGB (Red+Green+Blue) = 173+180+147=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB493 is #524B6C. Grayscale: #AEAEAE. Windows color (decimal): -5393261 or 9680045. OLE color: 9680045.

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

Color convert

RGB 173 180 147 -
CMYK 0.04 0 0.18 0.29
HSL 72.73º 0.18% 0.64% -
HSV(B) 72.73º 0.18% 0.71% -
XYZ 38.82 43.63 33.98 -
YUV 174.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 173 180 147 0.04 0 0.18 0.29 72.73 0.18 0.64
Hex AD B4 93 4 0 12 1D 49 12 40
Octal 255 264 223 4 0 22 35 111 22 100
Binary 10101101 10110100 10010011 100 0 10010 11101 1001001 10010 1000000

Color Harmonies of #ADB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB493

Black with #ADB493

Text Example


Text Example

White with #ADB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB493; }

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

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

background-color css

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

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

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

border-color css

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

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

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