#9CBF90

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

Shades of Spring Rain #9CBF90

Tints of Spring Rain #9CBF90

Color information

#9CBF90 (or 0x9CBF90) is unknown color: approx Spring Rain. HEX triplet: 9C, BF and 90. RGB value is (156,191,144). Sum of RGB (Red+Green+Blue) = 156+191+144=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF90 is #63406F. Grayscale: #AFAFAF. Windows color (decimal): -6504560 or 9486236. OLE color: 9486236.

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

Color convert

RGB156191144-
CMYK0.1800.250.25
HSL104.68º26.86%65.69%-
HSV(B)104.68º24.61%74.9%-
XYZ37.3846.3433.36-
YUV175.18110.4114.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=31.77%
G=38.90%
B=29.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911440.1800.250.25104.6826.8665.69
Hex9CBF901201919691b42
Octal234277220220313115133102
Binary10011100101111111001000010010011001110011101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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