#99BE8C

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

Shades of Spring Rain #99BE8C

Tints of Spring Rain #99BE8C

Color information

#99BE8C (or 0x99BE8C) is unknown color: approx Spring Rain. HEX triplet: 99, BE and 8C. RGB value is (153,190,140). Sum of RGB (Red+Green+Blue) = 153+190+140=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BE8C is #664173. Grayscale: #ADADAD. Windows color (decimal): -6701428 or 9223833. OLE color: 9223833.

HSL color Cylindrical-coordinate representation of color #99BE8C: hue angle of 104.4º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BE8C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB153190140-
CMYK0.1900.260.25
HSL104.4º27.78%64.71%-
HSV(B)104.4º26.32%74.51%-
XYZ36.2845.4931.68-
YUV173.24109.24113.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=31.68%
G=39.34%
B=28.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531901400.1900.260.25104.427.7864.71
Hex99BE8C1301A19681c41
Octal231276214230323115034101
Binary10011001101111101000110010011011010110011101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BE8C; }

 p { color: rgb(153,190,140); }

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

<style>
 a { background-color: #99BE8C; }

 a { background-color: rgb(153,190,140); }

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

<style>
 span { border-color: #99BE8C; }

 span { border-color: rgb(153,190,140); }

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