Html Css Color HEX #9BBA98 Spring Rain

📋 copy color: '#9BBA98'

red 155 ◦ green 186 ◦ blue 152

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

Shades of Spring Rain #9BBA98

Tints of Spring Rain #9BBA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

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

R = 31.44%
G = 37.73%
B = 30.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#9BBA98 (or 0x9BBA98) is known color: Spring Rain. HEX triplet: 9B, BA and 98. RGB value is (155,186,152). Sum of RGB (Red+Green+Blue) = 155+186+152=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA98 is #644567. Grayscale: #ACACAC. Windows color (decimal): -6571368 or 10009243. OLE color: 10009243.

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

Color convert

RGB 155 186 152 -
CMYK 0.17 0 0.18 0.27
HSL 114.71º 0.2% 0.66% -
HSV(B) 114.71º 0.18% 0.73% -
XYZ 36.74 44.35 36.33 -
YUV 172.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 155 186 152 0.17 0 0.18 0.27 114.71 0.2 0.66
Hex 9B BA 98 11 0 12 1B 73 14 42
Octal 233 272 230 21 0 22 33 163 24 102
Binary 10011011 10111010 10011000 10001 0 10010 11011 1110011 10100 1000010

Color Harmonies of #9BBA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA98

Black with #9BBA98

Text Example


Text Example

White with #9BBA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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