Html Css Color HEX #9BBD8E Spring Rain

📋 copy color: '#9BBD8E'

red 155 ◦ green 189 ◦ blue 142

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

Shades of Spring Rain #9BBD8E

Tints of Spring Rain #9BBD8E

RGB

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

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

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

R = 31.89%
G = 38.89%
B = 29.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#9BBD8E (or 0x9BBD8E) is known color: Spring Rain. HEX triplet: 9B, BD and 8E. RGB value is (155,189,142). Sum of RGB (Red+Green+Blue) = 155+189+142=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD8E is #644271. Grayscale: #ADADAD. Windows color (decimal): -6570610 or 9354651. OLE color: 9354651.

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

Color convert

RGB 155 189 142 -
CMYK 0.18 0 0.25 0.26
HSL 103.4º 0.26% 0.65% -
HSV(B) 103.4º 0.25% 0.74% -
XYZ 36.6 45.32 32.41 -
YUV 173.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 155 189 142 0.18 0 0.25 0.26 103.4 0.26 0.65
Hex 9B BD 8E 12 0 19 1A 67 1A 41
Octal 233 275 216 22 0 31 32 147 32 101
Binary 10011011 10111101 10001110 10010 0 11001 11010 1100111 11010 1000001

Color Harmonies of #9BBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD8E

Black with #9BBD8E

Text Example


Text Example

White with #9BBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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