Html Css Color HEX #9BB98E Spring Rain

📋 copy color: '#9BB98E'

red 155 ◦ green 185 ◦ blue 142

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

Shades of Spring Rain #9BB98E

Tints of Spring Rain #9BB98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 32.16%
G = 38.38%
B = 29.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#9BB98E (or 0x9BB98E) is known color: Spring Rain. HEX triplet: 9B, B9 and 8E. RGB value is (155,185,142). Sum of RGB (Red+Green+Blue) = 155+185+142=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB98E is #644671. Grayscale: #ABABAB. Windows color (decimal): -6571634 or 9353627. OLE color: 9353627.

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

Color convert

RGB 155 185 142 -
CMYK 0.16 0 0.23 0.27
HSL 101.86º 0.23% 0.64% -
HSV(B) 101.86º 0.23% 0.73% -
XYZ 35.75 43.62 32.13 -
YUV 171.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 155 185 142 0.16 0 0.23 0.27 101.86 0.23 0.64
Hex 9B B9 8E 10 0 17 1B 66 17 40
Octal 233 271 216 20 0 27 33 146 27 100
Binary 10011011 10111001 10001110 10000 0 10111 11011 1100110 10111 1000000

Color Harmonies of #9BB98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB98E

Black with #9BB98E

Text Example


Text Example

White with #9BB98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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