#9BC198

Color #9BC198 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9BC198

Tints of Spring Rain #9BC198

Color information

#9BC198 (or 0x9BC198) is unknown color: approx Spring Rain. HEX triplet: 9B, C1 and 98. RGB value is (155,193,152). Sum of RGB (Red+Green+Blue) = 155+193+152=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC198 is #643E67. Grayscale: #B1B1B1. Windows color (decimal): -6569576 or 10011035. OLE color: 10011035.

HSL color Cylindrical-coordinate representation of color #9BC198: hue angle of 115.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC198 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB155193152-
CMYK0.2000.210.24
HSL115.61º24.85%67.65%-
HSV(B)115.61º21.24%75.69%-
XYZ38.2647.3836.83-
YUV176.96113.91112.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=31%
G=38.6%
B=30.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931520.2000.210.24115.6124.8567.65
Hex9BC1981401518741944
Octal233301230240253016431104
Binary10011011110000011001100010100010101110001110100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BC198; }

 p { color: rgb(155,193,152); }

 H1.HeaderClassName
 {
   color: #9BC198;
 }
 .AnyTagClassName
 {
   color: #9BC198;
 }
</style>
background-color css

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

 a { background-color: rgb(155,193,152); }

 div.DivClassName
 {
   background-color: #9BC198;
 }
 .BgClassName
 {
   background-color: #9BC198;
 }
</style>
border-color css

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

 span { border-color: rgb(155,193,152); }

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