Html Css Color HEX #9BB994 Spring Rain

📋 copy color: '#9BB994'

red 155 ◦ green 185 ◦ blue 148

#9BB994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #9BB994

Tints of Spring Rain #9BB994

RGB

 RED value IS 155 (60.94% from 255) = 31.76%

 GREEN value IS 185 (72.66% from 255) = 37.91%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 31.76%
G = 37.91%
B = 30.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#9BB994 (or 0x9BB994) is known color: Spring Rain. HEX triplet: 9B, B9 and 94. RGB value is (155,185,148). Sum of RGB (Red+Green+Blue) = 155+185+148=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB994 is #64466B. Grayscale: #ABABAB. Windows color (decimal): -6571628 or 9746843. OLE color: 9746843.

HSL color Cylindrical-coordinate representation of color #9BB994: hue angle of 108.65º degrees, saturation: 0.21, 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 #9BB994 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 148 -
CMYK 0.16 0 0.20 0.27
HSL 108.65º 0.21% 0.65% -
HSV(B) 108.65º 0.2% 0.73% -
XYZ 36.21 43.8 34.56 -
YUV 171.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 155 185 148 0.16 0 0.20 0.27 108.65 0.21 0.65
Hex 9B B9 94 10 0 14 1B 6D 15 41
Octal 233 271 224 20 0 24 33 155 25 101
Binary 10011011 10111001 10010100 10000 0 10100 11011 1101101 10101 1000001

Color Harmonies of #9BB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB994

Black with #9BB994

Text Example


Text Example

White with #9BB994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BB994;
 }
 .AnyTagClassName
 {
   color: #9BB994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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