#9BBA8E

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

Shades of Spring Rain #9BBA8E

Tints of Spring Rain #9BBA8E

Color information

#9BBA8E (or 0x9BBA8E) is unknown color: approx Spring Rain. HEX triplet: 9B, BA and 8E. RGB value is (155,186,142). Sum of RGB (Red+Green+Blue) = 155+186+142=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA8E is #644571. Grayscale: #ABABAB. Windows color (decimal): -6571378 or 9353883. OLE color: 9353883.

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

Color convert

RGB155186142-
CMYK0.1700.240.27
HSL102.27º24.18%64.31%-
HSV(B)102.27º23.66%72.94%-
XYZ35.9644.0432.2-
YUV171.71111.23116.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=32.09%
G=38.51%
B=29.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861420.1700.240.27102.2724.1864.31
Hex9BBA8E110181B661840
Octal233272216210303314630100
Binary10011011101110101000111010001011000110111100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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