#9CB98F

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

Shades of Spring Rain #9CB98F

Tints of Spring Rain #9CB98F

Color information

#9CB98F (or 0x9CB98F) is unknown color: approx Spring Rain. HEX triplet: 9C, B9 and 8F. RGB value is (156,185,143). Sum of RGB (Red+Green+Blue) = 156+185+143=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB98F is #634670. Grayscale: #ABABAB. Windows color (decimal): -6506097 or 9419164. OLE color: 9419164.

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

Color convert

RGB156185143-
CMYK0.1600.230.27
HSL101.43º23.08%64.31%-
HSV(B)101.43º22.7%72.55%-
XYZ36.0243.7532.53-
YUV171.54111.89116.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=32.23%
G=38.22%
B=29.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851430.1600.230.27101.4323.0864.31
Hex9CB98F100171B651740
Octal234271217200273314527100
Binary10011100101110011000111110000010111110111100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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