#9BBA94

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

Shades of Spring Rain #9BBA94

Tints of Spring Rain #9BBA94

Color information

#9BBA94 (or 0x9BBA94) is unknown color: approx Spring Rain. HEX triplet: 9B, BA and 94. RGB value is (155,186,148). Sum of RGB (Red+Green+Blue) = 155+186+148=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA94 is #64456B. Grayscale: #ACACAC. Windows color (decimal): -6571372 or 9747099. OLE color: 9747099.

HSL color Cylindrical-coordinate representation of color #9BBA94: hue angle of 108.95º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBA94 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB155186148-
CMYK0.1700.200.27
HSL108.95º21.59%65.49%-
HSV(B)108.95º20.43%72.94%-
XYZ36.4244.2234.63-
YUV172.4114.23115.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=31.70%
G=38.04%
B=30.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861480.1700.200.27108.9521.5965.49
Hex9BBA94110141B6d1641
Octal233272224210243315526101
Binary10011011101110101001010010001010100110111101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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