#9BC892

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

Shades of Spring Rain #9BC892

Tints of Spring Rain #9BC892

Color information

#9BC892 (or 0x9BC892) is unknown color: approx Spring Rain. HEX triplet: 9B, C8 and 92. RGB value is (155,200,146). Sum of RGB (Red+Green+Blue) = 155+200+146=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC892 is #64376D. Grayscale: #B4B4B4. Windows color (decimal): -6567790 or 9619611. OLE color: 9619611.

HSL color Cylindrical-coordinate representation of color #9BC892: hue angle of 110º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BC892 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB155200146-
CMYK0.2200.270.22
HSL110º32.93%67.84%-
HSV(B)110º27%78.43%-
XYZ39.3650.3534.84-
YUV180.39108.59109.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=30.94%
G=39.92%
B=29.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001460.2200.270.2211032.9367.84
Hex9BC8921601B166e2144
Octal233310222260332615641104
Binary100110111100100010010010101100110111011011011101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,200,146); }

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

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

 a { background-color: rgb(155,200,146); }

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

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

 span { border-color: rgb(155,200,146); }

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