#94BA6E

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

Shades of Olivine #94BA6E

Tints of Olivine #94BA6E

Color information

#94BA6E (or 0x94BA6E) is unknown color: approx Olivine. HEX triplet: 94, BA and 6E. RGB value is (148,186,110). Sum of RGB (Red+Green+Blue) = 148+186+110=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BA6E is #6B4591. Grayscale: #A6A6A6. Windows color (decimal): -7030162 or 7256724. OLE color: 7256724.

HSL color Cylindrical-coordinate representation of color #94BA6E: hue angle of 90º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94BA6E is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB148186110-
CMYK0.2000.410.27
HSL90º35.51%58.04%-
HSV(B)90º40.86%72.94%-
XYZ32.5942.5421.25-
YUV165.9796.41115.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=33.33%
G=41.89%
B=24.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861100.2000.410.279035.5158.04
Hex94BA6E140291B5a243a
Octal22427215624051331324472
Binary10010100101110101101110101000101001110111011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94BA6E; }

 p { color: rgb(148,186,110); }

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

<style>
 a { background-color: #94BA6E; }

 a { background-color: rgb(148,186,110); }

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

<style>
 span { border-color: #94BA6E; }

 span { border-color: rgb(148,186,110); }

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