Html Css Color HEX #ADCD98 Sprout

📋 copy color: '#ADCD98'

red 173 ◦ green 205 ◦ blue 152

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

Shades of Sprout #ADCD98

Tints of Sprout #ADCD98

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.68%

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

R = 32.64%
G = 38.68%
B = 28.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#ADCD98 (or 0xADCD98) is known color: Sprout. HEX triplet: AD, CD and 98. RGB value is (173,205,152). Sum of RGB (Red+Green+Blue) = 173+205+152=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD98 is #523267. Grayscale: #BDBDBD. Windows color (decimal): -5386856 or 10014125. OLE color: 10014125.

HSL color Cylindrical-coordinate representation of color #ADCD98: hue angle of 96.23º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADCD98 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 152 -
CMYK 0.16 0 0.26 0.20
HSL 96.23º 0.35% 0.7% -
HSV(B) 96.23º 0.26% 0.8% -
XYZ 44.73 54.81 37.93 -
YUV 189.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 173 205 152 0.16 0 0.26 0.20 96.23 0.35 0.7
Hex AD CD 98 10 0 1A 14 60 23 46
Octal 255 315 230 20 0 32 24 140 43 106
Binary 10101101 11001101 10011000 10000 0 11010 10100 1100000 100011 1000110

Color Harmonies of #ADCD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD98

Black with #ADCD98

Text Example


Text Example

White with #ADCD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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