#9BBD94

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

Shades of Spring Rain #9BBD94

Tints of Spring Rain #9BBD94

Color information

#9BBD94 (or 0x9BBD94) is unknown color: approx Spring Rain. HEX triplet: 9B, BD and 94. RGB value is (155,189,148). Sum of RGB (Red+Green+Blue) = 155+189+148=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD94 is #64426B. Grayscale: #AEAEAE. Windows color (decimal): -6570604 or 9747867. OLE color: 9747867.

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

Color convert

RGB155189148-
CMYK0.1800.220.26
HSL109.76º23.7%66.08%-
HSV(B)109.76º21.69%74.12%-
XYZ37.0645.534.85-
YUV174.16113.24114.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=31.50%
G=38.41%
B=30.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891480.1800.220.26109.7623.766.08
Hex9BBD94120161A6e1842
Octal233275224220263215630102
Binary10011011101111011001010010010010110110101101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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