#93BD76

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

Shades of Olivine #93BD76

Tints of Olivine #93BD76

Color information

#93BD76 (or 0x93BD76) is unknown color: approx Olivine. HEX triplet: 93, BD and 76. RGB value is (147,189,118). Sum of RGB (Red+Green+Blue) = 147+189+118=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD76 is #6C4289. Grayscale: #A8A8A8. Windows color (decimal): -7094922 or 7781779. OLE color: 7781779.

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

Color convert

RGB147189118-
CMYK0.2200.380.26
HSL95.49º34.98%60.2%-
HSV(B)95.49º37.57%74.12%-
XYZ33.543.9123.85-
YUV168.3599.59112.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 118 (46.48% from 255) = 25.99%
R=32.38%
G=41.63%
B=25.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891180.2200.380.2695.4934.9860.2
Hex93BD76160261A5f233c
Octal22327516626046321374374
Binary10010011101111011110110101100100110110101011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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