#9BC48F

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

Shades of Spring Rain #9BC48F

Tints of Spring Rain #9BC48F

Color information

#9BC48F (or 0x9BC48F) is unknown color: approx Spring Rain. HEX triplet: 9B, C4 and 8F. RGB value is (155,196,143). Sum of RGB (Red+Green+Blue) = 155+196+143=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC48F is #643B70. Grayscale: #B1B1B1. Windows color (decimal): -6568817 or 9421979. OLE color: 9421979.

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

Color convert

RGB155196143-
CMYK0.2100.270.23
HSL106.42º30.99%66.47%-
HSV(B)106.42º27.04%76.86%-
XYZ38.2248.4333.32-
YUV177.7108.42111.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=31.38%
G=39.68%
B=28.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551961430.2100.270.23106.4230.9966.47
Hex9BC48F1501B176a1f42
Octal233304217250332715237102
Binary10011011110001001000111110101011011101111101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,196,143); }

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

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

 a { background-color: rgb(155,196,143); }

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

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

 span { border-color: rgb(155,196,143); }

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