#94C167

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

Shades of Olivine #94C167

Tints of Olivine #94C167

Color information

#94C167 (or 0x94C167) is unknown color: approx Olivine. HEX triplet: 94, C1 and 67. RGB value is (148,193,103). Sum of RGB (Red+Green+Blue) = 148+193+103=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #94C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C167 is #6B3E98. Grayscale: #A9A9A9. Windows color (decimal): -7028377 or 6799764. OLE color: 6799764.

HSL color Cylindrical-coordinate representation of color #94C167: hue angle of 90º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94C167 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB148193103-
CMYK0.2300.470.24
HSL90º42.06%58.04%-
HSV(B)90º46.63%75.69%-
XYZ33.7345.4219.82-
YUV169.2890.59112.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=33.33%
G=43.47%
B=23.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931030.2300.470.249042.0658.04
Hex94C1671702F185a2a3a
Octal22430114727057301325272
Binary10010100110000011100111101110101111110001011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,103); }

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

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

 a { background-color: rgb(148,193,103); }

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

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

 span { border-color: rgb(148,193,103); }

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