#9BBE8E

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

Shades of Spring Rain #9BBE8E

Tints of Spring Rain #9BBE8E

Color information

#9BBE8E (or 0x9BBE8E) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 8E. RGB value is (155,190,142). Sum of RGB (Red+Green+Blue) = 155+190+142=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE8E is #644171. Grayscale: #AEAEAE. Windows color (decimal): -6570354 or 9354907. OLE color: 9354907.

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

Color convert

RGB155190142-
CMYK0.1800.250.25
HSL103.75º26.97%65.1%-
HSV(B)103.75º25.26%74.51%-
XYZ36.8145.7532.48-
YUV174.06109.9114.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=31.83%
G=39.01%
B=29.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901420.1800.250.25103.7526.9765.1
Hex9BBE8E1201919681b41
Octal233276216220313115033101
Binary10011011101111101000111010010011001110011101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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