Html Css Color HEX #ADCC97 Sprout

📋 copy color: '#ADCC97'

red 173 ◦ green 204 ◦ blue 151

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

Shades of Sprout #ADCC97

Tints of Sprout #ADCC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.6%

R = 32.77%
G = 38.64%
B = 28.6%

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

#ADCC97 (or 0xADCC97) is known color: Sprout. HEX triplet: AD, CC and 97. RGB value is (173,204,151). Sum of RGB (Red+Green+Blue) = 173+204+151=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC97 is #523368. Grayscale: #BCBCBC. Windows color (decimal): -5387113 or 9948333. OLE color: 9948333.

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

Color convert

RGB 173 204 151 -
CMYK 0.15 0 0.26 0.2
HSL 95.09º 0.34% 0.7% -
HSV(B) 95.09º 0.26% 0.8% -
XYZ 44.41 54.3 37.42 -
YUV 188.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 173 204 151 0.15 0 0.26 0.2 95.09 0.34 0.7
Hex AD CC 97 F 0 1A 14 5F 22 46
Octal 255 314 227 17 0 32 24 137 42 106
Binary 10101101 11001100 10010111 1111 0 11010 10100 1011111 100010 1000110

Color Harmonies of #ADCC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC97

Black with #ADCC97

Text Example


Text Example

White with #ADCC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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