Html Css Color HEX #9CBD8D Spring Rain

📋 copy color: '#9CBD8D'

red 156 ◦ green 189 ◦ blue 141

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

Shades of Spring Rain #9CBD8D

Tints of Spring Rain #9CBD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 32.1%
G = 38.89%
B = 29.01%

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

#9CBD8D (or 0x9CBD8D) is known color: Spring Rain. HEX triplet: 9C, BD and 8D. RGB value is (156,189,141). Sum of RGB (Red+Green+Blue) = 156+189+141=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD8D is #634272. Grayscale: #ADADAD. Windows color (decimal): -6505075 or 9289116. OLE color: 9289116.

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

Color convert

RGB 156 189 141 -
CMYK 0.17 0 0.25 0.26
HSL 101.25º 0.27% 0.65% -
HSV(B) 101.25º 0.25% 0.74% -
XYZ 36.72 45.39 32.02 -
YUV 173.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 156 189 141 0.17 0 0.25 0.26 101.25 0.27 0.65
Hex 9C BD 8D 11 0 19 1A 65 1B 41
Octal 234 275 215 21 0 31 32 145 33 101
Binary 10011100 10111101 10001101 10001 0 11001 11010 1100101 11011 1000001

Color Harmonies of #9CBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD8D

Black with #9CBD8D

Text Example


Text Example

White with #9CBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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