Html Css Color HEX #ADC698 Sprout

📋 copy color: '#ADC698'

red 173 ◦ green 198 ◦ blue 152

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

Shades of Sprout #ADC698

Tints of Sprout #ADC698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.86%

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

R = 33.08%
G = 37.86%
B = 29.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#ADC698 (or 0xADC698) is known color: Sprout. HEX triplet: AD, C6 and 98. RGB value is (173,198,152). Sum of RGB (Red+Green+Blue) = 173+198+152=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC698 is #523967. Grayscale: #B9B9B9. Windows color (decimal): -5388648 or 10012333. OLE color: 10012333.

HSL color Cylindrical-coordinate representation of color #ADC698: hue angle of 92.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC698 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 152 -
CMYK 0.13 0 0.23 0.22
HSL 92.61º 0.29% 0.69% -
HSV(B) 92.61º 0.23% 0.78% -
XYZ 43.1 51.54 37.38 -
YUV 185.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 173 198 152 0.13 0 0.23 0.22 92.61 0.29 0.69
Hex AD C6 98 D 0 17 16 5D 1D 45
Octal 255 306 230 15 0 27 26 135 35 105
Binary 10101101 11000110 10011000 1101 0 10111 10110 1011101 11101 1000101

Color Harmonies of #ADC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC698

Black with #ADC698

Text Example


Text Example

White with #ADC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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