Html Css Color HEX #ADCB96 Sprout

📋 copy color: '#ADCB96'

red 173 ◦ green 203 ◦ blue 150

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

Shades of Sprout #ADCB96

Tints of Sprout #ADCB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.59%

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

R = 32.89%
G = 38.59%
B = 28.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#ADCB96 (or 0xADCB96) is known color: Sprout. HEX triplet: AD, CB and 96. RGB value is (173,203,150). Sum of RGB (Red+Green+Blue) = 173+203+150=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB96 is #523469. Grayscale: #BCBCBC. Windows color (decimal): -5387370 or 9882541. OLE color: 9882541.

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

Color convert

RGB 173 203 150 -
CMYK 0.15 0 0.26 0.20
HSL 93.96º 0.34% 0.69% -
HSV(B) 93.96º 0.26% 0.8% -
XYZ 44.09 53.8 36.91 -
YUV 187.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 173 203 150 0.15 0 0.26 0.20 93.96 0.34 0.69
Hex AD CB 96 F 0 1A 14 5E 22 45
Octal 255 313 226 17 0 32 24 136 42 105
Binary 10101101 11001011 10010110 1111 0 11010 10100 1011110 100010 1000101

Color Harmonies of #ADCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB96

Black with #ADCB96

Text Example


Text Example

White with #ADCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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