Html Css Color HEX #98BA8D Spring Rain

📋 copy color: '#98BA8D'

red 152 ◦ green 186 ◦ blue 141

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

Shades of Spring Rain #98BA8D

Tints of Spring Rain #98BA8D

RGB

 RED value IS 152 (59.77% from 255) = 31.73%

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 31.73%
G = 38.83%
B = 29.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#98BA8D (or 0x98BA8D) is known color: Spring Rain. HEX triplet: 98, BA and 8D. RGB value is (152,186,141). Sum of RGB (Red+Green+Blue) = 152+186+141=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA8D is #674572. Grayscale: #AAAAAA. Windows color (decimal): -6767987 or 9288344. OLE color: 9288344.

HSL color Cylindrical-coordinate representation of color #98BA8D: hue angle of 105.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BA8D is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 186 141 -
CMYK 0.18 0 0.24 0.27
HSL 105.33º 0.25% 0.64% -
HSV(B) 105.33º 0.24% 0.73% -
XYZ 35.32 43.72 31.78 -
YUV 170.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 152 186 141 0.18 0 0.24 0.27 105.33 0.25 0.64
Hex 98 BA 8D 12 0 18 1B 69 19 40
Octal 230 272 215 22 0 30 33 151 31 100
Binary 10011000 10111010 10001101 10010 0 11000 11011 1101001 11001 1000000

Color Harmonies of #98BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA8D

Black with #98BA8D

Text Example


Text Example

White with #98BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BA8D; }

 p { color: rgb(152,186,141); }

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

background-color css

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

 a { background-color: rgb(152,186,141); }

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

border-color css

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

 span { border-color: rgb(152,186,141); }

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