Html Css Color HEX #98BD8E Spring Rain

📋 copy color: '#98BD8E'

red 152 ◦ green 189 ◦ blue 142

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

Shades of Spring Rain #98BD8E

Tints of Spring Rain #98BD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 31.47%
G = 39.13%
B = 29.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#98BD8E (or 0x98BD8E) is known color: Spring Rain. HEX triplet: 98, BD and 8E. RGB value is (152,189,142). Sum of RGB (Red+Green+Blue) = 152+189+142=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BD8E is #674271. Grayscale: #ACACAC. Windows color (decimal): -6767218 or 9354648. OLE color: 9354648.

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

Color convert

RGB 152 189 142 -
CMYK 0.20 0 0.25 0.26
HSL 107.23º 0.26% 0.65% -
HSV(B) 107.23º 0.25% 0.74% -
XYZ 36.03 45.02 32.38 -
YUV 172.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 152 189 142 0.20 0 0.25 0.26 107.23 0.26 0.65
Hex 98 BD 8E 14 0 19 1A 6B 1A 41
Octal 230 275 216 24 0 31 32 153 32 101
Binary 10011000 10111101 10001110 10100 0 11001 11010 1101011 11010 1000001

Color Harmonies of #98BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BD8E

Black with #98BD8E

Text Example


Text Example

White with #98BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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