#ADCC98

Color #ADCC98 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #ADCC98

Tints of Sprout #ADCC98

Color information

#ADCC98 (or 0xADCC98) is unknown color: approx 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

RGB173204152-
CMYK0.1500.250.2
HSL95.77º33.77%69.8%-
HSV(B)95.77º25.49%80%-
XYZ44.4954.3437.85-
YUV188.8107.23116.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=32.70%
G=38.56%
B=28.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041520.1500.250.295.7733.7769.8
HexADCC98F01914602246
Octal255314230170312414042106
Binary10101101110011001001100011110110011010011000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>