#9BBE94

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

Shades of Spring Rain #9BBE94

Tints of Spring Rain #9BBE94

Color information

#9BBE94 (or 0x9BBE94) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 94. RGB value is (155,190,148). Sum of RGB (Red+Green+Blue) = 155+190+148=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE94 is #64416B. Grayscale: #AEAEAE. Windows color (decimal): -6570348 or 9748123. OLE color: 9748123.

HSL color Cylindrical-coordinate representation of color #9BBE94: hue angle of 110º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBE94 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB155190148-
CMYK0.1800.220.25
HSL110º24.42%66.27%-
HSV(B)110º22.11%74.51%-
XYZ37.2845.9334.92-
YUV174.75112.9113.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=31.44%
G=38.54%
B=30.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901480.1800.220.2511024.4266.27
Hex9BBE9412016196e1842
Octal233276224220263115630102
Binary10011011101111101001010010010010110110011101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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