#93BF9B

Color #93BF9B Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #93BF9B

Tints of Summer Green #93BF9B

Color information

#93BF9B (or 0x93BF9B) is unknown color: approx Summer Green. HEX triplet: 93, BF and 9B. RGB value is (147,191,155). Sum of RGB (Red+Green+Blue) = 147+191+155=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BF9B is #6C4064. Grayscale: #ADADAD. Windows color (decimal): -7094373 or 10207123. OLE color: 10207123.

HSL color Cylindrical-coordinate representation of color #93BF9B: hue angle of 130.91º degrees, saturation: 0.26, 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 #93BF9B is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB147191155-
CMYK0.2300.190.25
HSL130.91º25.58%66.27%-
HSV(B)130.91º23.04%74.9%-
XYZ36.5845.8337.93-
YUV173.74117.42108.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=29.82%
G=38.74%
B=31.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471911550.2300.190.25130.9125.5866.27
Hex93BF9B1701319831a42
Octal223277233270233120332102
Binary100100111011111110011011101110100111100110000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BF9B; }

 p { color: rgb(147,191,155); }

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

<style>
 a { background-color: #93BF9B; }

 a { background-color: rgb(147,191,155); }

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

<style>
 span { border-color: #93BF9B; }

 span { border-color: rgb(147,191,155); }

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