Html Css Color HEX #ADB794 Green Spring

📋 copy color: '#ADB794'

red 173 ◦ green 183 ◦ blue 148

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

Shades of Green Spring #ADB794

Tints of Green Spring #ADB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 34.33%
G = 36.31%
B = 29.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#ADB794 (or 0xADB794) is known color: Green Spring. HEX triplet: AD, B7 and 94. RGB value is (173,183,148). Sum of RGB (Red+Green+Blue) = 173+183+148=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB794 is #52486B. Grayscale: #B0B0B0. Windows color (decimal): -5392492 or 9746349. OLE color: 9746349.

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

Color convert

RGB 173 183 148 -
CMYK 0.05 0 0.19 0.28
HSL 77.14º 0.2% 0.65% -
HSV(B) 77.14º 0.19% 0.72% -
XYZ 39.51 44.89 34.6 -
YUV 176.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 173 183 148 0.05 0 0.19 0.28 77.14 0.2 0.65
Hex AD B7 94 5 0 13 1C 4D 14 41
Octal 255 267 224 5 0 23 34 115 24 101
Binary 10101101 10110111 10010100 101 0 10011 11100 1001101 10100 1000001

Color Harmonies of #ADB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB794

Black with #ADB794

Text Example


Text Example

White with #ADB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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