#9CBF8D

Color #9CBF8D Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9CBF8D

Tints of Spring Rain #9CBF8D

Color information

#9CBF8D (or 0x9CBF8D) is unknown color: approx Spring Rain. HEX triplet: 9C, BF and 8D. RGB value is (156,191,141). Sum of RGB (Red+Green+Blue) = 156+191+141=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF8D is #634072. Grayscale: #AFAFAF. Windows color (decimal): -6504563 or 9289628. OLE color: 9289628.

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

Color convert

RGB156191141-
CMYK0.1800.260.25
HSL102º28.09%65.1%-
HSV(B)102º26.18%74.9%-
XYZ37.1546.2532.17-
YUV174.84108.9114.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=31.97%
G=39.14%
B=28.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911410.1800.260.2510228.0965.1
Hex9CBF8D1201A19661c41
Octal234277215220323114634101
Binary10011100101111111000110110010011010110011100110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CBF8D;
 }
 .AnyTagClassName
 {
   color: #9CBF8D;
 }
</style>
background-color css

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

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

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

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

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

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