#93BF5F

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

Shades of Olivine #93BF5F

Tints of Olivine #93BF5F

Color information

#93BF5F (or 0x93BF5F) is unknown color: approx Olivine. HEX triplet: 93, BF and 5F. RGB value is (147,191,95). Sum of RGB (Red+Green+Blue) = 147+191+95=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF5F is #6C40A0. Grayscale: #A7A7A7. Windows color (decimal): -7094433 or 6274963. OLE color: 6274963.

HSL color Cylindrical-coordinate representation of color #93BF5F: hue angle of 87.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93BF5F is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB14719195-
CMYK0.2300.500.25
HSL87.5º42.86%56.08%-
HSV(B)87.5º50.26%74.9%-
XYZ32.7344.2917.65-
YUV166.987.42113.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=33.95%
G=44.11%
B=21.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191950.2300.500.2587.542.8656.08
Hex93BF5F1703219582b38
Octal22327713727062311305370
Binary10010011101111111011111101110110010110011011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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