#9BC098

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

Shades of Spring Rain #9BC098

Tints of Spring Rain #9BC098

Color information

#9BC098 (or 0x9BC098) is unknown color: approx Spring Rain. HEX triplet: 9B, C0 and 98. RGB value is (155,192,152). Sum of RGB (Red+Green+Blue) = 155+192+152=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC098 is #643F67. Grayscale: #B0B0B0. Windows color (decimal): -6569832 or 10010779. OLE color: 10010779.

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

Color convert

RGB155192152-
CMYK0.1900.210.25
HSL115.5º24.1%67.45%-
HSV(B)115.5º20.83%75.29%-
XYZ38.0346.9336.76-
YUV176.38114.24112.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=31.06%
G=38.48%
B=30.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921520.1900.210.25115.524.167.45
Hex9BC0981301519731843
Octal233300230230253116330103
Binary10011011110000001001100010011010101110011110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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