#9CB992

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

Shades of Spring Rain #9CB992

Tints of Spring Rain #9CB992

Color information

#9CB992 (or 0x9CB992) is unknown color: approx Spring Rain. HEX triplet: 9C, B9 and 92. RGB value is (156,185,146). Sum of RGB (Red+Green+Blue) = 156+185+146=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB992 is #63466D. Grayscale: #ACACAC. Windows color (decimal): -6506094 or 9615772. OLE color: 9615772.

HSL color Cylindrical-coordinate representation of color #9CB992: hue angle of 104.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CB992 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB156185146-
CMYK0.1600.210.27
HSL104.62º21.79%64.9%-
HSV(B)104.62º21.08%72.55%-
XYZ36.2543.8433.75-
YUV171.88113.39116.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=32.03%
G=37.99%
B=29.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851460.1600.210.27104.6221.7964.9
Hex9CB992100151B691641
Octal234271222200253315126101
Binary10011100101110011001001010000010101110111101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,146); }

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

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

 a { background-color: rgb(156,185,146); }

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

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

 span { border-color: rgb(156,185,146); }

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