#9CB498

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

Shades of Spring Rain #9CB498

Tints of Spring Rain #9CB498

Color information

#9CB498 (or 0x9CB498) is unknown color: approx Spring Rain. HEX triplet: 9C, B4 and 98. RGB value is (156,180,152). Sum of RGB (Red+Green+Blue) = 156+180+152=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB498 is #634B67. Grayscale: #A9A9A9. Windows color (decimal): -6507368 or 10007708. OLE color: 10007708.

HSL color Cylindrical-coordinate representation of color #9CB498: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB498 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB156180152-
CMYK0.1300.160.29
HSL111.43º15.73%65.1%-
HSV(B)111.43º15.56%70.59%-
XYZ35.741.9835.93-
YUV169.63118.05118.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=31.97%
G=36.89%
B=31.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801520.1300.160.29111.4315.7365.1
Hex9CB498D0101D6f1041
Octal234264230150203515720101
Binary1001110010110100100110001101010000111011101111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,152); }

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

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

 a { background-color: rgb(156,180,152); }

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

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

 span { border-color: rgb(156,180,152); }

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