Html Css Color HEX #ADCC98 Sprout

📋 copy color: '#ADCC98'

red 173 ◦ green 204 ◦ blue 152

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

Shades of Sprout #ADCC98

Tints of Sprout #ADCC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 32.7%
G = 38.56%
B = 28.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#ADCC98 (or 0xADCC98) is known color: Sprout. HEX triplet: AD, CC and 98. RGB value is (173,204,152). Sum of RGB (Red+Green+Blue) = 173+204+152=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC98 is #523367. Grayscale: #BCBCBC. Windows color (decimal): -5387112 or 10013869. OLE color: 10013869.

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

Color convert

RGB 173 204 152 -
CMYK 0.15 0 0.25 0.2
HSL 95.77º 0.34% 0.7% -
HSV(B) 95.77º 0.25% 0.8% -
XYZ 44.49 54.34 37.85 -
YUV 188.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 173 204 152 0.15 0 0.25 0.2 95.77 0.34 0.7
Hex AD CC 98 F 0 19 14 60 22 46
Octal 255 314 230 17 0 31 24 140 42 106
Binary 10101101 11001100 10011000 1111 0 11001 10100 1100000 100010 1000110

Color Harmonies of #ADCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC98

Black with #ADCC98

Text Example


Text Example

White with #ADCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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