Html Css Color HEX #98BA8C Spring Rain

📋 copy color: '#98BA8C'

red 152 ◦ green 186 ◦ blue 140

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

Shades of Spring Rain #98BA8C

Tints of Spring Rain #98BA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.29%

R = 31.8%
G = 38.91%
B = 29.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#98BA8C (or 0x98BA8C) is known color: Spring Rain. HEX triplet: 98, BA and 8C. RGB value is (152,186,140). Sum of RGB (Red+Green+Blue) = 152+186+140=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA8C is #674573. Grayscale: #AAAAAA. Windows color (decimal): -6767988 or 9222808. OLE color: 9222808.

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

Color convert

RGB 152 186 140 -
CMYK 0.18 0 0.25 0.27
HSL 104.35º 0.25% 0.64% -
HSV(B) 104.35º 0.25% 0.73% -
XYZ 35.24 43.69 31.39 -
YUV 170.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 152 186 140 0.18 0 0.25 0.27 104.35 0.25 0.64
Hex 98 BA 8C 12 0 19 1B 68 19 40
Octal 230 272 214 22 0 31 33 150 31 100
Binary 10011000 10111010 10001100 10010 0 11001 11011 1101000 11001 1000000

Color Harmonies of #98BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BA8C

Black with #98BA8C

Text Example


Text Example

White with #98BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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