#93C277

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

Shades of Olivine #93C277

Tints of Olivine #93C277

Color information

#93C277 (or 0x93C277) is unknown color: approx Olivine. HEX triplet: 93, C2 and 77. RGB value is (147,194,119). Sum of RGB (Red+Green+Blue) = 147+194+119=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #93C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C277 is #6C3D88. Grayscale: #ABABAB. Windows color (decimal): -7093641 or 7848595. OLE color: 7848595.

HSL color Cylindrical-coordinate representation of color #93C277: hue angle of 97.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93C277 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB147194119-
CMYK0.2400.390.24
HSL97.6º38.07%61.37%-
HSV(B)97.6º38.66%76.08%-
XYZ34.6546.1224.53-
YUV171.498.43110.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=31.96%
G=42.17%
B=25.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471941190.2400.390.2497.638.0761.37
Hex93C277180271862263d
Octal22330216730047301424675
Binary10010011110000101110111110000100111110001100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,194,119); }

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

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

 a { background-color: rgb(147,194,119); }

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

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

 span { border-color: rgb(147,194,119); }

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