#9CBF92

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

Shades of Spring Rain #9CBF92

Tints of Spring Rain #9CBF92

Color information

#9CBF92 (or 0x9CBF92) is unknown color: approx Spring Rain. HEX triplet: 9C, BF and 92. RGB value is (156,191,146). Sum of RGB (Red+Green+Blue) = 156+191+146=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF92 is #63406D. Grayscale: #AFAFAF. Windows color (decimal): -6504558 or 9617308. OLE color: 9617308.

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

Color convert

RGB156191146-
CMYK0.1800.240.25
HSL106.67º26.01%66.08%-
HSV(B)106.67º23.56%74.9%-
XYZ37.5346.434.17-
YUV175.4111.4114.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=31.64%
G=38.74%
B=29.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911460.1800.240.25106.6726.0166.08
Hex9CBF9212018196b1a42
Octal234277222220303115332102
Binary10011100101111111001001010010011000110011101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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