Html Css Color HEX #9BB990 Spring Rain

📋 copy color: '#9BB990'

red 155 ◦ green 185 ◦ blue 144

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

Shades of Spring Rain #9BB990

Tints of Spring Rain #9BB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 32.02%
G = 38.22%
B = 29.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#9BB990 (or 0x9BB990) is known color: Spring Rain. HEX triplet: 9B, B9 and 90. RGB value is (155,185,144). Sum of RGB (Red+Green+Blue) = 155+185+144=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB990 is #64466F. Grayscale: #ABABAB. Windows color (decimal): -6571632 or 9484699. OLE color: 9484699.

HSL color Cylindrical-coordinate representation of color #9BB990: hue angle of 103.9º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB990 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 144 -
CMYK 0.16 0 0.22 0.27
HSL 103.9º 0.23% 0.65% -
HSV(B) 103.9º 0.22% 0.73% -
XYZ 35.9 43.68 32.92 -
YUV 171.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 155 185 144 0.16 0 0.22 0.27 103.9 0.23 0.65
Hex 9B B9 90 10 0 16 1B 68 17 41
Octal 233 271 220 20 0 26 33 150 27 101
Binary 10011011 10111001 10010000 10000 0 10110 11011 1101000 10111 1000001

Color Harmonies of #9BB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB990

Black with #9BB990

Text Example


Text Example

White with #9BB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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