#93BF5D

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

Shades of Olivine #93BF5D

Tints of Olivine #93BF5D

Color information

#93BF5D (or 0x93BF5D) is unknown color: approx Olivine. HEX triplet: 93, BF and 5D. RGB value is (147,191,93). Sum of RGB (Red+Green+Blue) = 147+191+93=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BF5D is #6C40A2. Grayscale: #A7A7A7. Windows color (decimal): -7094435 or 6143891. OLE color: 6143891.

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

Color convert

RGB14719193-
CMYK0.2300.510.25
HSL86.94º43.36%55.69%-
HSV(B)86.94º51.31%74.9%-
XYZ32.6444.2517.18-
YUV166.6786.42113.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=34.11%
G=44.32%
B=21.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191930.2300.510.2586.9443.3655.69
Hex93BF5D1703319572b38
Octal22327713527063311275370
Binary10010011101111111011101101110110011110011010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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