Html Css Color HEX #9BBC8E Spring Rain

📋 copy color: '#9BBC8E'

red 155 ◦ green 188 ◦ blue 142

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

Shades of Spring Rain #9BBC8E

Tints of Spring Rain #9BBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 31.96%
G = 38.76%
B = 29.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#9BBC8E (or 0x9BBC8E) is known color: Spring Rain. HEX triplet: 9B, BC and 8E. RGB value is (155,188,142). Sum of RGB (Red+Green+Blue) = 155+188+142=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC8E is #644371. Grayscale: #ADADAD. Windows color (decimal): -6570866 or 9354395. OLE color: 9354395.

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

Color convert

RGB 155 188 142 -
CMYK 0.18 0 0.24 0.26
HSL 103.04º 0.26% 0.65% -
HSV(B) 103.04º 0.24% 0.74% -
XYZ 36.38 44.89 32.34 -
YUV 172.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 155 188 142 0.18 0 0.24 0.26 103.04 0.26 0.65
Hex 9B BC 8E 12 0 18 1A 67 1A 41
Octal 233 274 216 22 0 30 32 147 32 101
Binary 10011011 10111100 10001110 10010 0 11000 11010 1100111 11010 1000001

Color Harmonies of #9BBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC8E

Black with #9BBC8E

Text Example


Text Example

White with #9BBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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