Html Css Color HEX #9BBD97 Spring Rain

📋 copy color: '#9BBD97'

red 155 ◦ green 189 ◦ blue 151

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

Shades of Spring Rain #9BBD97

Tints of Spring Rain #9BBD97

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 31.31%
G = 38.18%
B = 30.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#9BBD97 (or 0x9BBD97) is known color: Spring Rain. HEX triplet: 9B, BD and 97. RGB value is (155,189,151). Sum of RGB (Red+Green+Blue) = 155+189+151=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD97 is #644268. Grayscale: #AEAEAE. Windows color (decimal): -6570601 or 9944475. OLE color: 9944475.

HSL color Cylindrical-coordinate representation of color #9BBD97: hue angle of 113.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBD97 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 151 -
CMYK 0.18 0 0.20 0.26
HSL 113.68º 0.22% 0.67% -
HSV(B) 113.68º 0.2% 0.74% -
XYZ 37.3 45.6 36.11 -
YUV 174.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 155 189 151 0.18 0 0.20 0.26 113.68 0.22 0.67
Hex 9B BD 97 12 0 14 1A 72 16 43
Octal 233 275 227 22 0 24 32 162 26 103
Binary 10011011 10111101 10010111 10010 0 10100 11010 1110010 10110 1000011

Color Harmonies of #9BBD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD97

Black with #9BBD97

Text Example


Text Example

White with #9BBD97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,151); }

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

background-color css

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

 a { background-color: rgb(155,189,151); }

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

border-color css

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

 span { border-color: rgb(155,189,151); }

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