Html Css Color HEX #9BBB98 Spring Rain

📋 copy color: '#9BBB98'

red 155 ◦ green 187 ◦ blue 152

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

Shades of Spring Rain #9BBB98

Tints of Spring Rain #9BBB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 31.38%
G = 37.85%
B = 30.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#9BBB98 (or 0x9BBB98) is known color: Spring Rain. HEX triplet: 9B, BB and 98. RGB value is (155,187,152). Sum of RGB (Red+Green+Blue) = 155+187+152=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB98 is #644467. Grayscale: #ADADAD. Windows color (decimal): -6571112 or 10009499. OLE color: 10009499.

HSL color Cylindrical-coordinate representation of color #9BBB98: hue angle of 114.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBB98 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 152 -
CMYK 0.17 0 0.19 0.27
HSL 114.86º 0.2% 0.66% -
HSV(B) 114.86º 0.19% 0.73% -
XYZ 36.96 44.78 36.4 -
YUV 173.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 155 187 152 0.17 0 0.19 0.27 114.86 0.2 0.66
Hex 9B BB 98 11 0 13 1B 73 14 42
Octal 233 273 230 21 0 23 33 163 24 102
Binary 10011011 10111011 10011000 10001 0 10011 11011 1110011 10100 1000010

Color Harmonies of #9BBB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB98

Black with #9BBB98

Text Example


Text Example

White with #9BBB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,152); }

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

background-color css

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

 a { background-color: rgb(155,187,152); }

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

border-color css

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

 span { border-color: rgb(155,187,152); }

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