#94C56D

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

Shades of Olivine #94C56D

Tints of Olivine #94C56D

Color information

#94C56D (or 0x94C56D) is unknown color: approx Olivine. HEX triplet: 94, C5 and 6D. RGB value is (148,197,109). Sum of RGB (Red+Green+Blue) = 148+197+109=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #94C56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C56D is #6B3A92. Grayscale: #ACACAC. Windows color (decimal): -7027347 or 7194004. OLE color: 7194004.

HSL color Cylindrical-coordinate representation of color #94C56D: hue angle of 93.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94C56D is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB148197109-
CMYK0.2500.450.23
HSL93.41º43.14%60%-
HSV(B)93.41º44.67%77.25%-
XYZ34.9447.3321.76-
YUV172.3292.27110.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=32.60%
G=43.39%
B=24.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971090.2500.450.2393.4143.1460
Hex94C56D1902D175d2b3c
Octal22430515531055271355374
Binary10010100110001011101101110010101101101111011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,109); }

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

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

 a { background-color: rgb(148,197,109); }

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

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

 span { border-color: rgb(148,197,109); }

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