Html Css Color HEX #ADB699 Green Spring

📋 copy color: '#ADB699'

red 173 ◦ green 182 ◦ blue 153

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

Shades of Green Spring #ADB699

Tints of Green Spring #ADB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 153 (60.16% from 255) = 30.12%

R = 34.06%
G = 35.83%
B = 30.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ADB699 (or 0xADB699) is known color: Green Spring. HEX triplet: AD, B6 and 99. RGB value is (173,182,153). Sum of RGB (Red+Green+Blue) = 173+182+153=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB699 is #524966. Grayscale: #B0B0B0. Windows color (decimal): -5392743 or 10073773. OLE color: 10073773.

HSL color Cylindrical-coordinate representation of color #ADB699: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB699 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 153 -
CMYK 0.05 0 0.16 0.29
HSL 78.62º 0.17% 0.66% -
HSV(B) 78.62º 0.16% 0.71% -
XYZ 39.71 44.64 36.66 -
YUV 176 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 173 182 153 0.05 0 0.16 0.29 78.62 0.17 0.66
Hex AD B6 99 5 0 10 1D 4F 11 42
Octal 255 266 231 5 0 20 35 117 21 102
Binary 10101101 10110110 10011001 101 0 10000 11101 1001111 10001 1000010

Color Harmonies of #ADB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB699

Black with #ADB699

Text Example


Text Example

White with #ADB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB699; }

 p { color: rgb(173,182,153); }

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

background-color css

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

 a { background-color: rgb(173,182,153); }

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

border-color css

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

 span { border-color: rgb(173,182,153); }

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