Html Css Color HEX #ADCC96 Sprout

📋 copy color: '#ADCC96'

red 173 ◦ green 204 ◦ blue 150

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

Shades of Sprout #ADCC96

Tints of Sprout #ADCC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

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

R = 32.83%
G = 38.71%
B = 28.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#ADCC96 (or 0xADCC96) is known color: Sprout. HEX triplet: AD, CC and 96. RGB value is (173,204,150). Sum of RGB (Red+Green+Blue) = 173+204+150=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC96 is #523369. Grayscale: #BCBCBC. Windows color (decimal): -5387114 or 9882797. OLE color: 9882797.

HSL color Cylindrical-coordinate representation of color #ADCC96: hue angle of 94.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCC96 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 150 -
CMYK 0.15 0 0.26 0.2
HSL 94.44º 0.35% 0.69% -
HSV(B) 94.44º 0.26% 0.8% -
XYZ 44.33 54.27 36.99 -
YUV 188.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 173 204 150 0.15 0 0.26 0.2 94.44 0.35 0.69
Hex AD CC 96 F 0 1A 14 5E 23 45
Octal 255 314 226 17 0 32 24 136 43 105
Binary 10101101 11001100 10010110 1111 0 11010 10100 1011110 100011 1000101

Color Harmonies of #ADCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC96

Black with #ADCC96

Text Example


Text Example

White with #ADCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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