Html Css Color HEX #9CBD8E Spring Rain

📋 copy color: '#9CBD8E'

red 156 ◦ green 189 ◦ blue 142

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

Shades of Spring Rain #9CBD8E

Tints of Spring Rain #9CBD8E

RGB

 RED value IS 156 (61.33% from 255) = 32.03%

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

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

R = 32.03%
G = 38.81%
B = 29.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#9CBD8E (or 0x9CBD8E) is known color: Spring Rain. HEX triplet: 9C, BD and 8E. RGB value is (156,189,142). Sum of RGB (Red+Green+Blue) = 156+189+142=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD8E is #634271. Grayscale: #ADADAD. Windows color (decimal): -6505074 or 9354652. OLE color: 9354652.

HSL color Cylindrical-coordinate representation of color #9CBD8E: hue angle of 102.13º 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 #9CBD8E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 142 -
CMYK 0.17 0 0.25 0.26
HSL 102.13º 0.26% 0.65% -
HSV(B) 102.13º 0.25% 0.74% -
XYZ 36.79 45.42 32.42 -
YUV 173.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 156 189 142 0.17 0 0.25 0.26 102.13 0.26 0.65
Hex 9C BD 8E 11 0 19 1A 66 1A 41
Octal 234 275 216 21 0 31 32 146 32 101
Binary 10011100 10111101 10001110 10001 0 11001 11010 1100110 11010 1000001

Color Harmonies of #9CBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD8E

Black with #9CBD8E

Text Example


Text Example

White with #9CBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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