Html Css Color HEX #ADB696 Green Spring

📋 copy color: '#ADB696'

red 173 ◦ green 182 ◦ blue 150

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

Shades of Green Spring #ADB696

Tints of Green Spring #ADB696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 34.26%
G = 36.04%
B = 29.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#ADB696 (or 0xADB696) is known color: Green Spring. HEX triplet: AD, B6 and 96. RGB value is (173,182,150). Sum of RGB (Red+Green+Blue) = 173+182+150=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB696 is #524969. Grayscale: #AFAFAF. Windows color (decimal): -5392746 or 9877165. OLE color: 9877165.

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

Color convert

RGB 173 182 150 -
CMYK 0.05 0 0.18 0.29
HSL 76.88º 0.18% 0.65% -
HSV(B) 76.88º 0.18% 0.71% -
XYZ 39.47 44.54 35.37 -
YUV 175.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 173 182 150 0.05 0 0.18 0.29 76.88 0.18 0.65
Hex AD B6 96 5 0 12 1D 4D 12 41
Octal 255 266 226 5 0 22 35 115 22 101
Binary 10101101 10110110 10010110 101 0 10010 11101 1001101 10010 1000001

Color Harmonies of #ADB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB696

Black with #ADB696

Text Example


Text Example

White with #ADB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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