Html Css Color HEX #ADCB98 Sprout

📋 copy color: '#ADCB98'

red 173 ◦ green 203 ◦ blue 152

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

Shades of Sprout #ADCB98

Tints of Sprout #ADCB98

RGB

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

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

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

R = 32.77%
G = 38.45%
B = 28.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#ADCB98 (or 0xADCB98) is known color: Sprout. HEX triplet: AD, CB and 98. RGB value is (173,203,152). Sum of RGB (Red+Green+Blue) = 173+203+152=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB98 is #523467. Grayscale: #BCBCBC. Windows color (decimal): -5387368 or 10013613. OLE color: 10013613.

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

Color convert

RGB 173 203 152 -
CMYK 0.15 0 0.25 0.20
HSL 95.29º 0.33% 0.7% -
HSV(B) 95.29º 0.25% 0.8% -
XYZ 44.26 53.86 37.77 -
YUV 188.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 173 203 152 0.15 0 0.25 0.20 95.29 0.33 0.7
Hex AD CB 98 F 0 19 14 5F 21 46
Octal 255 313 230 17 0 31 24 137 41 106
Binary 10101101 11001011 10011000 1111 0 11001 10100 1011111 100001 1000110

Color Harmonies of #ADCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB98

Black with #ADCB98

Text Example


Text Example

White with #ADCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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