Html Css Color HEX #ADB894 Green Spring

📋 copy color: '#ADB894'

red 173 ◦ green 184 ◦ blue 148

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

Shades of Green Spring #ADB894

Tints of Green Spring #ADB894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

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

R = 34.26%
G = 36.44%
B = 29.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#ADB894 (or 0xADB894) is known color: Green Spring. HEX triplet: AD, B8 and 94. RGB value is (173,184,148). Sum of RGB (Red+Green+Blue) = 173+184+148=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB894 is #52476B. Grayscale: #B0B0B0. Windows color (decimal): -5392236 or 9746605. OLE color: 9746605.

HSL color Cylindrical-coordinate representation of color #ADB894: hue angle of 78.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB894 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 148 -
CMYK 0.06 0 0.20 0.28
HSL 78.33º 0.2% 0.65% -
HSV(B) 78.33º 0.2% 0.72% -
XYZ 39.72 45.3 34.67 -
YUV 176.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 173 184 148 0.06 0 0.20 0.28 78.33 0.2 0.65
Hex AD B8 94 6 0 14 1C 4E 14 41
Octal 255 270 224 6 0 24 34 116 24 101
Binary 10101101 10111000 10010100 110 0 10100 11100 1001110 10100 1000001

Color Harmonies of #ADB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB894

Black with #ADB894

Text Example


Text Example

White with #ADB894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB894; }

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

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

background-color css

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

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

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

border-color css

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

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

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