Html Css Color HEX #ADB795 Green Spring

📋 copy color: '#ADB795'

red 173 ◦ green 183 ◦ blue 149

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

Shades of Green Spring #ADB795

Tints of Green Spring #ADB795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.5%

R = 34.26%
G = 36.24%
B = 29.5%

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

#ADB795 (or 0xADB795) is known color: Green Spring. HEX triplet: AD, B7 and 95. RGB value is (173,183,149). Sum of RGB (Red+Green+Blue) = 173+183+149=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB795 is #52486A. Grayscale: #B0B0B0. Windows color (decimal): -5392491 or 9811885. OLE color: 9811885.

HSL color Cylindrical-coordinate representation of color #ADB795: hue angle of 77.65º degrees, saturation: 0.19, 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 #ADB795 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 149 -
CMYK 0.05 0 0.19 0.28
HSL 77.65º 0.19% 0.65% -
HSV(B) 77.65º 0.19% 0.72% -
XYZ 39.59 44.92 35.02 -
YUV 176.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 173 183 149 0.05 0 0.19 0.28 77.65 0.19 0.65
Hex AD B7 95 5 0 13 1C 4E 13 41
Octal 255 267 225 5 0 23 34 116 23 101
Binary 10101101 10110111 10010101 101 0 10011 11100 1001110 10011 1000001

Color Harmonies of #ADB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB795

Black with #ADB795

Text Example


Text Example

White with #ADB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB795; }

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

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

background-color css

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

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

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

border-color css

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

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

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