#9BCB94

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

Shades of Spring Rain #9BCB94

Tints of Spring Rain #9BCB94

Color information

#9BCB94 (or 0x9BCB94) is unknown color: approx Spring Rain. HEX triplet: 9B, CB and 94. RGB value is (155,203,148). Sum of RGB (Red+Green+Blue) = 155+203+148=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCB94 is #64346B. Grayscale: #B6B6B6. Windows color (decimal): -6567020 or 9751451. OLE color: 9751451.

HSL color Cylindrical-coordinate representation of color #9BCB94: hue angle of 112.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCB94 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB155203148-
CMYK0.2400.270.20
HSL112.36º34.59%68.82%-
HSV(B)112.36º27.09%79.61%-
XYZ40.2251.8235.9-
YUV182.38108.6108.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=30.63%
G=40.12%
B=29.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031480.2400.270.20112.3634.5968.82
Hex9BCB941801B14702345
Octal233313224300332416043105
Binary100110111100101110010100110000110111010011100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,148); }

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

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

 a { background-color: rgb(155,203,148); }

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

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

 span { border-color: rgb(155,203,148); }

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