Html Css Color HEX #ADB992 Green Spring

📋 copy color: '#ADB992'

red 173 ◦ green 185 ◦ blue 146

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

Shades of Green Spring #ADB992

Tints of Green Spring #ADB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 146 (57.42% from 255) = 28.97%

R = 34.33%
G = 36.71%
B = 28.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#ADB992 (or 0xADB992) is known color: Green Spring. HEX triplet: AD, B9 and 92. RGB value is (173,185,146). Sum of RGB (Red+Green+Blue) = 173+185+146=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB992 is #52466D. Grayscale: #B1B1B1. Windows color (decimal): -5391982 or 9615789. OLE color: 9615789.

HSL color Cylindrical-coordinate representation of color #ADB992: hue angle of 78.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB992 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 146 -
CMYK 0.06 0 0.21 0.27
HSL 78.46º 0.22% 0.65% -
HSV(B) 78.46º 0.21% 0.73% -
XYZ 39.77 45.66 33.91 -
YUV 176.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 173 185 146 0.06 0 0.21 0.27 78.46 0.22 0.65
Hex AD B9 92 6 0 15 1B 4E 16 41
Octal 255 271 222 6 0 25 33 116 26 101
Binary 10101101 10111001 10010010 110 0 10101 11011 1001110 10110 1000001

Color Harmonies of #ADB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB992

Black with #ADB992

Text Example


Text Example

White with #ADB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB992; }

 p { color: rgb(173,185,146); }

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

background-color css

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

 a { background-color: rgb(173,185,146); }

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

border-color css

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

 span { border-color: rgb(173,185,146); }

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