#93BD67

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

Shades of Olivine #93BD67

Tints of Olivine #93BD67

Color information

#93BD67 (or 0x93BD67) is unknown color: approx Olivine. HEX triplet: 93, BD and 67. RGB value is (147,189,103). Sum of RGB (Red+Green+Blue) = 147+189+103=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD67 is #6C4298. Grayscale: #A6A6A6. Windows color (decimal): -7094937 or 6798739. OLE color: 6798739.

HSL color Cylindrical-coordinate representation of color #93BD67: hue angle of 89.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93BD67 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB147189103-
CMYK0.2200.460.26
HSL89.3º39.45%57.25%-
HSV(B)89.3º45.5%74.12%-
XYZ32.6843.5819.52-
YUV166.6492.09113.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=33.49%
G=43.05%
B=23.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891030.2200.460.2689.339.4557.25
Hex93BD671602E1A592739
Octal22327514726056321314771
Binary10010011101111011100111101100101110110101011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,103); }

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

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

 a { background-color: rgb(147,189,103); }

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

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

 span { border-color: rgb(147,189,103); }

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