#9BC298

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

Shades of Spring Rain #9BC298

Tints of Spring Rain #9BC298

Color information

#9BC298 (or 0x9BC298) is unknown color: approx Spring Rain. HEX triplet: 9B, C2 and 98. RGB value is (155,194,152). Sum of RGB (Red+Green+Blue) = 155+194+152=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC298 is #643D67. Grayscale: #B1B1B1. Windows color (decimal): -6569320 or 10011291. OLE color: 10011291.

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

Color convert

RGB155194152-
CMYK0.2000.220.24
HSL115.71º25.61%67.84%-
HSV(B)115.71º21.65%76.08%-
XYZ38.4847.8236.91-
YUV177.55113.58111.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=30.94%
G=38.72%
B=30.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941520.2000.220.24115.7125.6167.84
Hex9BC2981401618741a44
Octal233302230240263016432104
Binary10011011110000101001100010100010110110001110100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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