#9BC08D

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

Shades of Spring Rain #9BC08D

Tints of Spring Rain #9BC08D

Color information

#9BC08D (or 0x9BC08D) is unknown color: approx Spring Rain. HEX triplet: 9B, C0 and 8D. RGB value is (155,192,141). Sum of RGB (Red+Green+Blue) = 155+192+141=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC08D is #643F72. Grayscale: #AFAFAF. Windows color (decimal): -6569843 or 9289883. OLE color: 9289883.

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

Color convert

RGB155192141-
CMYK0.1900.270.25
HSL103.53º28.81%65.29%-
HSV(B)103.53º26.56%75.29%-
XYZ37.1746.5932.23-
YUV175.12108.74113.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=31.76%
G=39.34%
B=28.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551921410.1900.270.25103.5328.8165.29
Hex9BC08D1301B19681d41
Octal233300215230333115035101
Binary10011011110000001000110110011011011110011101000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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