#ADCB99

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

Shades of Sprout #ADCB99

Tints of Sprout #ADCB99

Color information

#ADCB99 (or 0xADCB99) is unknown color: approx Sprout. HEX triplet: AD, CB and 99. RGB value is (173,203,153). Sum of RGB (Red+Green+Blue) = 173+203+153=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB99 is #523466. Grayscale: #BCBCBC. Windows color (decimal): -5387367 or 10079149. OLE color: 10079149.

HSL color Cylindrical-coordinate representation of color #ADCB99: hue angle of 96º degrees, saturation: 0.32, 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 #ADCB99 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB173203153-
CMYK0.1500.250.20
HSL96º32.47%69.8%-
HSV(B)96º24.63%79.61%-
XYZ44.3453.938.2-
YUV188.33108.06117.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=32.70%
G=38.37%
B=28.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031530.1500.250.209632.4769.8
HexADCB99F01914602046
Octal255313231170312414040106
Binary10101101110010111001100111110110011010011000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB99; }

 p { color: rgb(173,203,153); }

 H1.HeaderClassName
 {
   color: #ADCB99;
 }
 .AnyTagClassName
 {
   color: #ADCB99;
 }
</style>
background-color css

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

 a { background-color: rgb(173,203,153); }

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

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

 span { border-color: rgb(173,203,153); }

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