#9BCA94

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

Shades of Spring Rain #9BCA94

Tints of Spring Rain #9BCA94

Color information

#9BCA94 (or 0x9BCA94) is unknown color: approx Spring Rain. HEX triplet: 9B, CA and 94. RGB value is (155,202,148). Sum of RGB (Red+Green+Blue) = 155+202+148=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA94 is #64356B. Grayscale: #B5B5B5. Windows color (decimal): -6567276 or 9751195. OLE color: 9751195.

HSL color Cylindrical-coordinate representation of color #9BCA94: hue angle of 112.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCA94 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB155202148-
CMYK0.2300.270.21
HSL112.22º33.75%68.63%-
HSV(B)112.22º26.73%79.22%-
XYZ39.9851.3535.82-
YUV181.79108.93108.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=30.69%
G=40%
B=29.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021480.2300.270.21112.2233.7568.63
Hex9BCA941701B15702245
Octal233312224270332516042105
Binary100110111100101010010100101110110111010111100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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