#9CBF94

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

Shades of Spring Rain #9CBF94

Tints of Spring Rain #9CBF94

Color information

#9CBF94 (or 0x9CBF94) is unknown color: approx Spring Rain. HEX triplet: 9C, BF and 94. RGB value is (156,191,148). Sum of RGB (Red+Green+Blue) = 156+191+148=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF94 is #63406B. Grayscale: #AFAFAF. Windows color (decimal): -6504556 or 9748380. OLE color: 9748380.

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

Color convert

RGB156191148-
CMYK0.1800.230.25
HSL108.84º25.15%66.47%-
HSV(B)108.84º22.51%74.9%-
XYZ37.6946.4735-
YUV175.63112.4114-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=31.52%
G=38.59%
B=29.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911480.1800.230.25108.8425.1566.47
Hex9CBF9412017196d1942
Octal234277224220273115531102
Binary10011100101111111001010010010010111110011101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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