Html Css Color HEX #98BD8C Spring Rain

📋 copy color: '#98BD8C'

red 152 ◦ green 189 ◦ blue 140

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

Shades of Spring Rain #98BD8C

Tints of Spring Rain #98BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 31.6%
G = 39.29%
B = 29.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#98BD8C (or 0x98BD8C) is known color: Spring Rain. HEX triplet: 98, BD and 8C. RGB value is (152,189,140). Sum of RGB (Red+Green+Blue) = 152+189+140=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BD8C is #674273. Grayscale: #ACACAC. Windows color (decimal): -6767220 or 9223576. OLE color: 9223576.

HSL color Cylindrical-coordinate representation of color #98BD8C: hue angle of 105.31º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BD8C is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 189 140 -
CMYK 0.20 0 0.26 0.26
HSL 105.31º 0.27% 0.65% -
HSV(B) 105.31º 0.26% 0.74% -
XYZ 35.88 44.96 31.6 -
YUV 172.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 152 189 140 0.20 0 0.26 0.26 105.31 0.27 0.65
Hex 98 BD 8C 14 0 1A 1A 69 1B 41
Octal 230 275 214 24 0 32 32 151 33 101
Binary 10011000 10111101 10001100 10100 0 11010 11010 1101001 11011 1000001

Color Harmonies of #98BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD8C

Black with #98BD8C

Text Example


Text Example

White with #98BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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