Html Css Color HEX #9BBD96 Spring Rain

📋 copy color: '#9BBD96'

red 155 ◦ green 189 ◦ blue 150

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

Shades of Spring Rain #9BBD96

Tints of Spring Rain #9BBD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.36%

R = 31.38%
G = 38.26%
B = 30.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#9BBD96 (or 0x9BBD96) is known color: Spring Rain. HEX triplet: 9B, BD and 96. RGB value is (155,189,150). Sum of RGB (Red+Green+Blue) = 155+189+150=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD96 is #644269. Grayscale: #AEAEAE. Windows color (decimal): -6570602 or 9878939. OLE color: 9878939.

HSL color Cylindrical-coordinate representation of color #9BBD96: hue angle of 112.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBD96 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 150 -
CMYK 0.18 0 0.21 0.26
HSL 112.31º 0.23% 0.66% -
HSV(B) 112.31º 0.21% 0.74% -
XYZ 37.22 45.57 35.69 -
YUV 174.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 155 189 150 0.18 0 0.21 0.26 112.31 0.23 0.66
Hex 9B BD 96 12 0 15 1A 70 17 42
Octal 233 275 226 22 0 25 32 160 27 102
Binary 10011011 10111101 10010110 10010 0 10101 11010 1110000 10111 1000010

Color Harmonies of #9BBD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD96

Black with #9BBD96

Text Example


Text Example

White with #9BBD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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