#9BC38D

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

Shades of Spring Rain #9BC38D

Tints of Spring Rain #9BC38D

Color information

#9BC38D (or 0x9BC38D) is unknown color: approx Spring Rain. HEX triplet: 9B, C3 and 8D. RGB value is (155,195,141). Sum of RGB (Red+Green+Blue) = 155+195+141=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC38D is #643C72. Grayscale: #B1B1B1. Windows color (decimal): -6569075 or 9290651. OLE color: 9290651.

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

Color convert

RGB155195141-
CMYK0.2100.280.24
HSL104.44º31.03%65.88%-
HSV(B)104.44º27.69%76.47%-
XYZ37.8447.9232.45-
YUV176.88107.75112.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=31.57%
G=39.71%
B=28.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951410.2100.280.24104.4431.0365.88
Hex9BC38D1501C18681f42
Octal233303215250343015037102
Binary10011011110000111000110110101011100110001101000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,141); }

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

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

 a { background-color: rgb(155,195,141); }

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

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

 span { border-color: rgb(155,195,141); }

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